Tombo
05-05-2003, 07:44 PM
Hullo,
Here's what I have:
home.htm <-- the main page
frameset.htm <-- a frameset divided into 2 frames
blank.htm <-- a blank htm page
* for frameset.htm, both of it's frames have blank.htm as their start page.
Imagine home.htm being displayed. It has a single link on it. Clicking this link will make frameset.htm open in a new window, (having 2 frames, each having balnk.htm as their start pages.)
What I want to know is.. how do I modify the link on home.htm so that when frameset.htm pops up I can chose another htm document to appear on one or both of it's frames.
In other words, here's the link on home.htm:
<a href=frameset.htm" target="_new">frameset</a>
Is there something I can insert into that <a> tag so that I can define a page to be opened in one of the frames of frameset.htm?
(I still want frameset to open in a new window, and I'm hoping the method will work even when frameset.htm isn't open in the background.)
Thanks.
Here's what I have:
home.htm <-- the main page
frameset.htm <-- a frameset divided into 2 frames
blank.htm <-- a blank htm page
* for frameset.htm, both of it's frames have blank.htm as their start page.
Imagine home.htm being displayed. It has a single link on it. Clicking this link will make frameset.htm open in a new window, (having 2 frames, each having balnk.htm as their start pages.)
What I want to know is.. how do I modify the link on home.htm so that when frameset.htm pops up I can chose another htm document to appear on one or both of it's frames.
In other words, here's the link on home.htm:
<a href=frameset.htm" target="_new">frameset</a>
Is there something I can insert into that <a> tag so that I can define a page to be opened in one of the frames of frameset.htm?
(I still want frameset to open in a new window, and I'm hoping the method will work even when frameset.htm isn't open in the background.)
Thanks.