Linking to a frame page but substituting new frames

K

kfunds

I have a web site using Frames.
I want to link to PAGE A (the Frame page), but use Page X
in the Frame labeled main, instead of Page z.
Any help or ideas?
TIA
..
 
J

Jens Peter Karlsen[FP-MVP]

Just set the initial page for that frameset to the wanted pages.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: kfunds [mailto:[email protected]]
Posted At: 27. juli 2004 19:26
Posted To: microsoft.public.frontpage.programming
Conversation: Linking to a frame page but substituting new frames
Subject: Linking to a frame page but substituting new frames


I have a web site using Frames.
I want to link to PAGE A (the Frame page), but use Page X in the Frame
labeled main, instead of Page z.
Any help or ideas?
TIA
..
 
M

Murray

Create a new frameset page containing the desired frames, and link to the
new page, instead of the original frameset page.

Also, there is javascript you can insert in the frameset's head that will
allow you to specify which frames to load in which frames, but that is an
awkward solution compared to the one I suggested.
 
M

MD Websunlimited

Hi kfunds,

Is the link from a left navigation in the same frame? If so, the create the link with a target of the name of the frame you wish to
load the page in. Normally, this would be 'main'.

In HTML it would like this:
<a href="mynewframepage.htm" target="main">Load Page</a>
 

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