Frontpage and Frames

J

jc

Hi, daft question for those who know what they're doing
but...

Could someone tell me how to work in frames. I have
updated my site so that my homepage is in 3 frames. How
do I save this page, i.e., in 3 separate frame, the whole
page at once, or what? Also what is the convention for
nameing each frame if that is the correct way to do it.
Have tried all ways...no success, page isn't showing up in
frames.
 
M

Murray

When you create a page with 3 frames, you are actually creating 4 files: the
frameset page, and one additional file for each frame. When the browser
loads the frameset page, it then knows how to find the other three files and
position them on the screen as directed by the instructions in the frameset
page. It's the frameset page that remains loaded in the browser, while the
content in each of the frames could be changing as links are clicked, etc.

So - you must save each of those 4 files individually.
 
Top