andrewfadl
07-25-2007, 12:06 AM
I'm not sure what mistake I made, if you could please help me out that would be greatly appreciated.
<p>
<form name="jumpy">
<select name="example" size="1" onChange="gone()">
<!-- CHANGE THE BELOW URLS TO YOUR OWN-->
<option value="link1"> Ask</option>
<option value="link2">Yahoo</option>
<option value="link3">Google</option>
<option value="link4">bala</option>
<input type="button" name="test" value="Go!" onClick="gone()">
</form>
I replaced the real links with "link 1, link 2 etc.." -- Anyhow when you click on the drop down menu it displays the things, but when you click on "Go" it doesn't bring you to that, nothing happens.
What did I do wrong?
Thanks
<p>
<form name="jumpy">
<select name="example" size="1" onChange="gone()">
<!-- CHANGE THE BELOW URLS TO YOUR OWN-->
<option value="link1"> Ask</option>
<option value="link2">Yahoo</option>
<option value="link3">Google</option>
<option value="link4">bala</option>
<input type="button" name="test" value="Go!" onClick="gone()">
</form>
I replaced the real links with "link 1, link 2 etc.." -- Anyhow when you click on the drop down menu it displays the things, but when you click on "Go" it doesn't bring you to that, nothing happens.
What did I do wrong?
Thanks