Using Values from a ListBox
Hi,
Ive set up a listbox in an asp page :
<select name="Specialty" size="1"onchange=msgbox"tim">
<option value="1200">ENT</option>
<option value="1400">Oral Surgery</option>
<option value="1010">Urology</option>
<option value="1000">General Surgery</option>
</select>
What I would like to do is when the user selects an option the corresponding value is passed to a variable :var_spec.
Once this is done, how can I pass this variable to another page which holds a query.
Many Thanks
Tim
Tim
__________________
Tim
|