Navigation behaves inconsistently

J

jwmoscow

I have designed a site that is hosted in Yahoo's merchant system. I use the
Frontpage navigation (top) and some links open in the same window while
others open a new window. I cannot tell from the code why this is.
Interestingly, the pages that open in a new window are all children under a
single second level section.

To see what I mean go to www.thread-count.com. Only the nav links under The
"baby" link will open in a new window. I do not want this behavior!

Any suggestions?
 
S

Steve Easton

The links that open in a new window have the target set to new window ( target="_blank" ) in the
href properties for the link.

Right click the ones that open in a new window, select hyperlink properties, click the Target Frame
button and set it to "Page Default" and then click OK.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
J

jwmoscow

I am familiar with what you describe but these links are created by Frontpage
and I cannot select each - selecting it is almost like selecting an include
page; the entire horizontal strip of navigation links are selected. You
cannot select each individually.

My code on the navigation does not have a href target="blank" command -
rather, it looks like this:

<!--webbot bot="Navigation"
S-Type="siblings" S-Orientation="horizontal" S-Rendering="graphics"
B-Include-Home="TRUE" B-Include-Up="FALSE" U-Page S-Target -->
 
T

Thomas A. Rowe

Check the head section of your page and make sure that you do not have a base target set, etc.

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

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