Re: Re: hiccups
<form>
<select name="selector">
<option value="be cool like you guys">I want to
<option value="nothing cool to say.">but I have
<option value="help me out?">Can anyone
</select>
<input type="button" value="Fun!" onClick="alert(form.selector.options[form.selector.selectedIndex].value)">
</form>
__________________
The following statement is true.
The preceding statement was false.
|