Hi Everyone,
 
 I have a problem with get selected value from drop down box which the data get 
from database.
 
 I use the following code to succefully get the data from database and dsiplay 
it in the drop down box. But I don't know how to get the selected value from 
drop down box and send it to servlet to process. The code is as follows;
 
 <select name="anyname">
 <% for(int i=0; i<dbdata.length; i++) { %>
 <option><%=dbdata[i] %></option>
 <% } %>
 
 Thanks for your help!
 
 Xin
 
 
 
                
---------------------------------
Blab-away for as little as 1ยข/min. Make  PC-to-Phone Calls using Yahoo! 
Messenger with Voice.

Reply via email to