Click to See Complete Forum and Search --> : menus help !!!


rawood3
08-08-2003, 02:31 PM
I am trying to put multiple menus on a page with each menu having a Go! button like so:

menu1 - Go!
menu2 - Go!
menu3 - Go!

each menu list is dated and contains historical data. I found 2 scripts that use 'forms' but I have an issue with each. 1 accesses an external website in the <form> tag i.e. action=http://redirect.wired.com/search method=get ....and I can't allow that. #2 will only allow me to create 1 menu and I will get a script error (document.form.site.options is null or not an object) if I build multiple menus. any help?

David Harrison
08-08-2003, 02:50 PM
How's this:

cflynn
08-08-2003, 02:54 PM
Are the menus independant of each other? And are they supposed to show information on the page?

You could just create three seperate forms, with the action="". I don't understand exactly what you're trying to do, so that's the best I can do right now.