Target Frame

N

NelsonGG

I have a frameset with a left frame, a top frame, a main
area frame and a bottom frame, I have links in the bottom
frame and in the top frame.
In the bottom frame links are text links, in the top one
links are pictures (just in case that is relevant).
I defined the bottom and the top links to target another
frame set (target _top) (and the links are the same just
ones are text and the others are picture) BUT the ones
that are in the bottom frame works perfect but the ones
in the top frame don't (for example whem I click in HOME
link, the Home Page loads in that same zone as if I
defined _self.
Thanks in advance
 
J

Jim Buyens

Open the Frames page, switch to Code view, and delete any
target= attibutes you find in <frame> tag.

Then, open the page that usually occupies the top frame
and make sure all the target= attributes have the values
you want.

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)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

How did you create the links, if you are using FP navigation component, then they are not designed
to be used with frameset as you can not set target value per individual links.

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

Top