chris wrote:
Quote:
so i modified it to the below - it works in IE but not in netscape, any
input type="button" name="but" value="load"
onclick="javascript:location.href = select.options.value;" |
Most browsers do not create global variables referencing named elements on
the page.
Your entire approach to this problem is fairly poor though, have a read of:
http://www.cs.tut.fi/~jkorpela/forms/navmenu.html (as you don't want the
onchange bits, you can just delete that attribute entirely from the example
code).
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is