frontpage 2000 dropdown menu using frames

G

Guest

I would like a dropdown menu in one frame and then open my selection from the
dropdown menu in another frame.

Is this possible???

Please talk slowly as I am a novice and English!!!

Thanks
Steve
 
T

Thomas A. Rowe

Yes, you have to set the frame target value for the form tag to open in the frame of your choice.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
M

Murray

You will have to be careful and make sure that the dropdown doesn't encroach
on the other frame. If it does, it will appear to slide UNDER the other
frame, compromising the utitlity of the menu. (For what it's worth, I am now
required to deliver my micro-rant: Frames are rarely the optimal choice for
any given site layout)

This tutorial is pretty good -

http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=28

To make these links open in another frame, you would have to add the target
attribute to each link, e.g.,

<a href="whatever.html" target="yourframename"....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top