Hi
I have a combobox and i successfully retrieve some value in it from database.
Now i have a menu designed using javascript. So when i click on this menu, i want to retrieve the selected value in that combo box and pass it to another jsp page.
How can i do that
my combo box name is 'dtr'
Need to get it here somehow
Please help me as this is urgent1
Thanks
Softjack
I have a combobox and i successfully retrieve some value in it from database.
Now i have a menu designed using javascript. So when i click on this menu, i want to retrieve the selected value in that combo box and pass it to another jsp page.
How can i do that
my combo box name is 'dtr'
Need to get it here somehow
Code:
<LI><A href="Getdata2.jsp?TFCode1=<%= comboboxvalue %>">View Details </A>
Please help me as this is urgent1
Thanks
Softjack