Click to See Complete Forum and Search --> : format target for pull-down menu?


neenerbean
04-02-2003, 02:03 AM
Hey everyone. I have a website that is using THREE pull-down menus in a navigation frame, and I want them to either open as "_top" or "_blank". How do I format this?

The website is here:

http://www.stoneygfanclub.com/index2.html

Thanks in advance for your help :)

::ames::

[edit: also, is there a way to format the width of the menus so they're all the same? thanks!]

Webskater
04-02-2003, 05:55 AM
Your form handler does this:

window.location.href = URL

It needs to do this

window.frames('nameofyourtopframegoeshere').location.href = URL

or

window.frames('nameofyourcontentframegoeshere').location.href = URL

neenerbean
04-02-2003, 08:46 AM
what if i want the selected item to open in a new window? but there are items in that menu that also need to NOT open in a new window?

help? :(