Log in

View Full Version : Code not working for Menu



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

andrewfadl
07-25-2007, 02:45 AM
25 views and no help? Maybe I am confusing you guys a little bit.

I got this code for this scripts here (cant find the other link for it)

Here it is: http://biblicalmission.com/?q=node/5

Notice how you can click on the drop down menu but it doesn't bring you to the specified link