Linking from a frames page to a non-frames page in the same window

C

Chris

Is it possible to hyperlink from a frames pages to a non-
frames page in the same window?
 
J

Jim Buyens

-----Original Message-----
Is it possible to hyperlink from a frames pages to a non-
frames page in the same window?

Sure, just build the hyperlink in the normal way, and
specify a target of _top (i.e. in the Targer Frame dialog
box, select Whole Page).

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

MD WebsUnlimited.com

Hi Chris,

Yes, just create the link. If what you wish to do is to replace the framed
page then use _blank as the target of the link.
 
J

Jim Buyens

MD WebsUnlimited.com said:
Hi Chris,

Yes, just create the link. If what you wish to do is to replace the framed
page then use _blank as the target of the link.

Actually:

target="_blank" opens a new window.

target="_top" replaces everything in the current window.

target="_parent" replaces the frameset that displays the current page. This
is the same as _top unless you've using framesets within
framesets (despicable).

target="_self" replaces the window that contains the current page (the
page that contains the hyperlink).

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

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