Am trying to assign a java script element id to the integer like this,
int PAGE_SIZE =%> <script>document.getElementById('t1')</script><%;
and in my java code am assigning some dynamic value for the PAGE_SIZE varilable, Now with this id "t1" can i pass the integer value dynamically to a select box like this,
<select id="t1">
Hope you understand what am trying to say.
Kindly suggest me how to do this.