Simple listbox question...
How would I take the item selected, which values are .asp's, and execute it when the go button is pressed?
No Multiple attribute.
I think I also have an "onChange" option to use instead of a submit button?
Thanks
<table align="left" width="350">
<tr><td>BETASITES</td>
<td><SELECT NAME="listbox1">
<OPTION VALUE="automated_memgetin.asp">Automated Building Control
<OPTION VALUE="atlantic_memgetin.asp">Atlantic High School
<OPTION VALUE="beta_entrypage.asp">Beta Test Site
</SELECT></td>
<td><FORM><INPUT TYPE="submit" VALUE="GO" NAME="go1"></b></td></tr></FORM>