Navigation linkbar & frames

G

Guest

I have a horizontal linkbar on a page with frames. When I click on a link in
my linkbar, I want the page to appear in a specific frame on the page the
linkbar is on so that the linkbar is always visible no matter where the end
user goes. Some links work and other links open in a new window. When I
view the java script of the linkbar, I find targe=_top statments. I delete
them and everything works great for a while and then the target statements
reappear. How can I get rid of these statements for good and get the desired
result? Thank you for your help!
Russ
 
T

Thomas A. Rowe

The FP navigation components are not designed to be used with frames, as you can not set a frame
target value for a link.

--
==============================================
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.
==============================================
 
G

Guest

Thank you very much. I have found a work around. Close FrontPage. Open the
..htm file containing the linkbar in a text editor. Remove the target
statements in the java script. Save the document. It works! Only draw-back
is that the target statements are reapplied each time I open this site in
frontpage.
Russ
 
T

Thomas A. Rowe

FP will always reset any code that it writes whenever you open the page in FP or run Tools
Recalculate Hyperlinks, etc.

--
==============================================
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.
==============================================
 

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