PDA

View Full Version : autoform.reset


smoketer104
10-06-2004, 02:00 AM
I have seen a few "autoform.reset()" examples on the net. I want to have a dropdown menu automatically reset when it is used. can someone tell me how to change this code:

<table border=0 width=725 height=25 align=center bgcolor=ff0000>
<tr>
<form type="post" name="mine">
<td align=center width=241 height=25 bgcolor=ff0000>
<select name="stuff" style="background-color: #ff0000; color: #ffffff; font-weight: bold; font-size: 8pt;" onChange="window.open(document.mine.stuff.options[document.mine.stuff.selectedIndex].value);">
<option =""selected>WV STATE FIRE MARSHAL</Options>
<Option value="http://www.wvfiremarshal.org">- Home</Option>
</select>
</td>
</form>
</table>