I have 2 frames, top and bottom. There are some links in the top frame, but how can I load those links to the bottom frame ? (The top frame stays, bottom frame load the links). Many thanks for any help.
Then, on your links in the top frame, add to the anchor tag:
target="bottom"
ex.
<a href="home.html" target="bottom">Home</a>
Cheers.
Blue_Tetra
8:39 pm on Apr 8, 2002 (gmt 0)
Thank you.
Blue_Tetra
8:50 pm on Apr 10, 2002 (gmt 0)
My next question:
My web page now has 2 frames (top and bottom). In the bottom frame, there are some links.
My question is: how can I make this links (inside the bottom frame) loading to a full page layout without any frames ?
Many thanks. :)
Purple Martin
6:43 am on Apr 11, 2002 (gmt 0)
You can reference the frameset file that contains the two frames with "top" - you can do this from within any of the frames. So all you need to do to load a new file in place of the frameset is to use: