list box at jsp
843836Apr 5 2005 — edited Apr 5 2005<select name="Action">
<option value="Display">Display Info</option>
<option value="Delete">Delete Info</option>
<option value="Display">Update Info</option>
</select>
above is my option for my list box. how do i write a jsp coding to tell that i have selected the 1st option or so on. i wan my button react and direct to respective pages according to th eoption the user use.
thanks!