irregular page opening

D

Dennis

I recently made changes to my website and from the index
page most all other pages open in a new window. This
didn't happen before I made the changes, all pages just
opened in the same window....I have no idea what I did to
create this problem.... Can anyone help me please??
 
K

Kevin Spencer

When you create a hyperlink and set its properties in FrontPage, and you set
the target frame attribute for that hyperlink, there is a checkbox that
allows you to make that the default target for all hyperlinks in your web.
My guess is that you inadvertently checked that box. To fix it, do the same
thing, but make the default target attribute the same window.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Jim Buyens

Open your index page, then choose Properties from the File
menu.

On the General tab, make sure that the Default Target
Frame value is empty. If not, click the ...pencil button
at the right and erase the Target Setting box.

Otherwise, right-click each hyperlink, choose Hyperlink
Properties, and then click the Target Frame button.
Finally, erase the Target Setting box.

Another approach is to open the page in Code view, then
find and delete any attributes that look like
target="_blank".

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top