sonicsix
05-07-2003, 02:20 PM
I have a form with a select input like this:
<select name="AIM_REV" size="1">
<option value="">-- Select Revision --</option>
<option value=""></option>
</select>
The options are filled in by a database so I don't know in advance how many there will be.
What I need is an onChange script that will simply do an alert if the user selects any option OTHER than the very last one.
Thanks!
<select name="AIM_REV" size="1">
<option value="">-- Select Revision --</option>
<option value=""></option>
</select>
The options are filled in by a database so I don't know in advance how many there will be.
What I need is an onChange script that will simply do an alert if the user selects any option OTHER than the very last one.
Thanks!