Drop Down Menu & JS

wxdqz

New Member
I have a drop down menu, however is there anyway I can tell if someone has selected an option. i.e with an onCLICK command for example. This is what I have tried:


<select name="font">
<option selected>Font...</option>

<option onSelect="AddText(this.form,7);">

Arial</option>
<option>Courier</option>
<option>Times New Roman</option>
<option>Verdana</option>
</select>


Thanks
 
Back
Top