Can't navigate out of a frameset

G

Guest

I have a frameset page (two frames - top & bottom). I put a Custom Link Bar
in the top frame. I don't want the navigation to open the next page in the
frame. I, instead want the next page to replace the whole frameset page (no
frameset). But I can't find an option in the Custom Link Bar that gives me
that option. How do I set this option?
 
G

Guest

Edit the Custom Link Bar anchor tag to:

<a href="WHATEVER.html" target="_blank">WHATEVER</a>
 
T

Thomas A. Rowe

FP Navigation components are not designed to be used with frameset, as you do not have the ability
to set frame target values.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

So!! I can't use the FP generated navigation. It seems to me like it would be
a simple option for MS to put in.

How then do I then navigate out of a frameset (using FP 2002)?
 
T

Thomas A. Rowe

You create a hyperlink with a target value of Whole Page (_top).

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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

Similar Threads


Top