Thread: hiccups
View Single Post
Old 03-09-2004, 08:03 PM   #18 (permalink)
Astrocloud
Apocalypse Nerd
 
Astrocloud's Avatar
 
Re: Re: hiccups

<form>
<select name="selector">
<option value="This is cooler than straight buttons ">bernadette
<option value="Not all java controls work, how do you know what does?">bernadette too
<option value="Hit quote to see how we do this... and don't forget to remove the quote crap">flyman
</select>
<input type="button" value="What?" onClick="alert(form.selector.options[form.selector.selectedIndex].value)">
</form>
Astrocloud is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73