Click to See Complete Forum and Search --> : Jump Menus


hornblower
11-28-2003, 09:09 AM
I have been having some problems with pop up and jump menus as a navigational tool, where some browsers cannot interpret the javascript. I understand it is possible to overcome this using cgi script, so that the server overides the browser.
Is this possible and can anyone recommend the appropriate code?
Thanks

essence
11-28-2003, 10:28 PM
Ill try to put it in plain english what you need the script to do, however I dont have the time atm to write it for you.

What you want it to do is take the information from the drop down menu, then direct it to the corresponding page. Every drop down menu has a "value" for example. Say you have a drop down menu item of: Radios, you can set the value to either the page you want: radios.html, or you can just have it set to radios and have your script direct it to the page.

I hope this helps you.

-essence

P.S If someone can write him a script, Id be much obliged :)