Frames problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a page with three named frames, let's call them A, B & C. (I am using
FP98).
Frame A is a horizontal frame across the width of the page, frames B & C are
side-by-side beneath this. There is a table in frame C with hyperlinks that,
when clicked, cause an image to display in frame B. This works just fine when
I'm testing this setup alone. However, on my site, the entire frameset is
inside another frame. And, when I display this page, whenever I click on the
link in frame C, the image displays in frame C! Can anyone explain why this
happens?

Many thanks.
 
URL to the site?

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
In IndexmainNew.htm (frame C) you have <base target="_self">
(means use same frame C)
And you link is <a href="IndexKonamiWRFrame.htm"> w/o a target
Since IndexKonamiWRFrame.htm is a 3 frame frameset to replace frames A B & C you need to set its target to _top
--




| www.rocket-cottage.com. Click on "New Stuff", then Wacky Races, "Set #1".
| Clicking on the "Picture" link should change the picture in the left-hand
| frame.
|
| "Thomas A. Rowe" wrote:
|
| > URL to the site?
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > I have a page with three named frames, let's call them A, B & C. (I am using
| > > FP98).
| > > Frame A is a horizontal frame across the width of the page, frames B & C are
| > > side-by-side beneath this. There is a table in frame C with hyperlinks that,
| > > when clicked, cause an image to display in frame B. This works just fine when
| > > I'm testing this setup alone. However, on my site, the entire frameset is
| > > inside another frame. And, when I display this page, whenever I click on the
| > > link in frame C, the image displays in frame C! Can anyone explain why this
| > > happens?
| > >
| > > Many thanks.
| >
| >
| >
 
Back
Top