View Single Post
  #5 (permalink)  
Old 05-15-2008, 02:26 PM
rjuyal's Avatar
rjuyal rjuyal is offline
Senior Member
 
Join Date: Mar 2008
Location: Delhi, India
Posts: 187
rjuyal is on a distinguished road
in your jSP
Code:
<script> window.onLoad = init(); function init(){ fill_my_combo_box( myComboBoxID, listOrMapOfValuesToPopulate); } </script>
is that ookay, or should i write the code for fill_my_combo_box as well
__________________
i am the future
Reply With Quote