disappearing frames

D

Dragon

Hi,

I created an index.htm file with 4 frames in it. After attaching htm files
to these frames I tried to preview the page. I can only see the top frame
and the rest do not show there files. In the FP 2003 editor I can see all
the frames and their files but they do not show up (except top.htm) in the
built-in previewer or the browser preview. Could someone please tell me why
would it do that? I will include the contents of my index.htm.

Thank you.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Installation Guide</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base target="mainFrame">
</head>

<frameset rows="46,*" frameborder="NO" border="0" framespacing="0">
<frameset cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="no" noresize >
</frameset>
<frameset cols="*" frameborder="NO" border="0" framespacing="0">
<frameset rows="*" framespacing="0" frameborder="NO" border="0">
<frameset cols="213,*" framespacing="0" frameborder="NO" border="0">
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="systype.htm" name="sysFrame" scrolling="no" noresize >
<frame src="tasks.htm" name="leftFrame" scrolling="auto" noresize>
</frameset>
<frame src="main.htm" name="mainFrame" scrolling="auto">
</frameset>
</frameset>
</frameset>
</frameset>

<body>
</body>
</html>
 
S

Stefan B Rusynko

Are the other pages in your FP site and saved
- if on other domains you need to set IE security to allow cross domain frames
--




| Hi,
|
| I created an index.htm file with 4 frames in it. After attaching htm files
| to these frames I tried to preview the page. I can only see the top frame
| and the rest do not show there files. In the FP 2003 editor I can see all
| the frames and their files but they do not show up (except top.htm) in the
| built-in previewer or the browser preview. Could someone please tell me why
| would it do that? I will include the contents of my index.htm.
|
| Thank you.
|
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
| "http://www.w3.org/TR/html4/frameset.dtd">
| <html>
| <head>
| <title>Installation Guide</title>
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
| <base target="mainFrame">
| </head>
|
| <frameset rows="46,*" frameborder="NO" border="0" framespacing="0">
| <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| <frame src="top.htm" name="topFrame" scrolling="no" noresize >
| </frameset>
| <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| <frameset rows="*" framespacing="0" frameborder="NO" border="0">
| <frameset cols="213,*" framespacing="0" frameborder="NO" border="0">
| <frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
| <frame src="systype.htm" name="sysFrame" scrolling="no" noresize >
| <frame src="tasks.htm" name="leftFrame" scrolling="auto" noresize>
| </frameset>
| <frame src="main.htm" name="mainFrame" scrolling="auto">
| </frameset>
| </frameset>
| </frameset>
| </frameset>
|
| <body>
| </body>
| </html>
|
|
 
D

Dragon

All the files are in the same folder and can also be edited by front page.
In FP, in design view I can see all my files showing up in all the frames
but they simply do not show when I look do preview, except for the top
frame.
 
S

Stefan B Rusynko

Check your frame names and targets as being valid
- Post your frameset code snippet
--




| All the files are in the same folder and can also be edited by front page.
| In FP, in design view I can see all my files showing up in all the frames
| but they simply do not show when I look do preview, except for the top
| frame.
|
| | > Are the other pages in your FP site and saved
| > - if on other domains you need to set IE security to allow cross domain
| frames
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | Hi,
| > |
| > | I created an index.htm file with 4 frames in it. After attaching htm
| files
| > | to these frames I tried to preview the page. I can only see the top
| frame
| > | and the rest do not show there files. In the FP 2003 editor I can see
| all
| > | the frames and their files but they do not show up (except top.htm) in
| the
| > | built-in previewer or the browser preview. Could someone please tell me
| why
| > | would it do that? I will include the contents of my index.htm.
| > |
| > | Thank you.
| > |
| > |
| > | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
| > | "http://www.w3.org/TR/html4/frameset.dtd">
| > | <html>
| > | <head>
| > | <title>Installation Guide</title>
| > | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
| > | <base target="mainFrame">
| > | </head>
| > |
| > | <frameset rows="46,*" frameborder="NO" border="0" framespacing="0">
| > | <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| > | <frame src="top.htm" name="topFrame" scrolling="no" noresize >
| > | </frameset>
| > | <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| > | <frameset rows="*" framespacing="0" frameborder="NO" border="0">
| > | <frameset cols="213,*" framespacing="0" frameborder="NO" border="0">
| > | <frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
| > | <frame src="systype.htm" name="sysFrame" scrolling="no" noresize >
| > | <frame src="tasks.htm" name="leftFrame" scrolling="auto" noresize>
| > | </frameset>
| > | <frame src="main.htm" name="mainFrame" scrolling="auto">
| > | </frameset>
| > | </frameset>
| > | </frameset>
| > | </frameset>
| > |
| > | <body>
| > | </body>
| > | </html>
| > |
| > |
| >
| >
|
|
 
D

Dragon

Stafan,

I checked and everything seems to be like it should be. I posted the frame
code in my first post (below). Do you need to see anything else? Also, if my
htm file name does not match with what frames are suppose to see, wouldn't
that make it so I can not see them in the design mode as well?

Thank you

Stefan B Rusynko said:
Check your frame names and targets as being valid
- Post your frameset code snippet
--




| All the files are in the same folder and can also be edited by front page.
| In FP, in design view I can see all my files showing up in all the frames
| but they simply do not show when I look do preview, except for the top
| frame.
|
| | > Are the other pages in your FP site and saved
| > - if on other domains you need to set IE security to allow cross domain
| frames
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | Hi,
| > |
| > | I created an index.htm file with 4 frames in it. After attaching htm
| files
| > | to these frames I tried to preview the page. I can only see the top
| frame
| > | and the rest do not show there files. In the FP 2003 editor I can see
| all
| > | the frames and their files but they do not show up (except top.htm) in
| the
| > | built-in previewer or the browser preview. Could someone please tell me
| why
| > | would it do that? I will include the contents of my index.htm.
| > |
| > | Thank you.
| > |
| > |
| > | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
| > | "http://www.w3.org/TR/html4/frameset.dtd">
| > | <html>
| > | <head>
| > | <title>Installation Guide</title>
| > | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
| > | <base target="mainFrame">
| > | </head>
| > |
| > | <frameset rows="46,*" frameborder="NO" border="0" framespacing="0">
| > | <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| > | <frame src="top.htm" name="topFrame" scrolling="no" noresize >
| > | </frameset>
| > | <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| > | <frameset rows="*" framespacing="0" frameborder="NO" border="0">
| > | <frameset cols="213,*" framespacing="0" frameborder="NO" border="0">
| > | <frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
| > | <frame src="systype.htm" name="sysFrame" scrolling="no" noresize >
| > | <frame src="tasks.htm" name="leftFrame" scrolling="auto" noresize>
| > | </frameset>
| > | <frame src="main.htm" name="mainFrame" scrolling="auto">
| > | </frameset>
| > | </frameset>
| > | </frameset>
| > | </frameset>
| > |
| > | <body>
| > | </body>
| > | </html>
| > |
| > |
| >
| >
|
|
 
S

Stefan B Rusynko

Ok, forgot it was in prior post
Change your frameset code to

<frameset rows="46,*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="no" noresize marginwidth="0" marginheight="0">
<frameset cols="213,*" framespacing="0" frameborder="NO" border="0">
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="systype.htm" name="sysFrame" scrolling="no" noresize marginwidth="0" marginheight="0">
<frame src="tasks.htm" name="leftFrame" scrolling="auto" noresize marginwidth="0" marginheight="0">
</frameset>
<frame src="main.htm" name="mainFrame" scrolling="auto" marginwidth="0" marginheight="0">
</frameset>
</frameset>

And make sure all your pages have:
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">


--




| Stafan,
|
| I checked and everything seems to be like it should be. I posted the frame
| code in my first post (below). Do you need to see anything else? Also, if my
| htm file name does not match with what frames are suppose to see, wouldn't
| that make it so I can not see them in the design mode as well?
|
| Thank you
|
| | > Check your frame names and targets as being valid
| > - Post your frameset code snippet
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | All the files are in the same folder and can also be edited by front
| page.
| > | In FP, in design view I can see all my files showing up in all the
| frames
| > | but they simply do not show when I look do preview, except for the top
| > | frame.
| > |
| > | | > | > Are the other pages in your FP site and saved
| > | > - if on other domains you need to set IE security to allow cross
| domain
| > | frames
| > | > --
| > | >
| > | > _____________________________________________
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > | > _____________________________________________
| > | >
| > | >
| > | | > | > | Hi,
| > | > |
| > | > | I created an index.htm file with 4 frames in it. After attaching htm
| > | files
| > | > | to these frames I tried to preview the page. I can only see the top
| > | frame
| > | > | and the rest do not show there files. In the FP 2003 editor I can
| see
| > | all
| > | > | the frames and their files but they do not show up (except top.htm)
| in
| > | the
| > | > | built-in previewer or the browser preview. Could someone please tell
| me
| > | why
| > | > | would it do that? I will include the contents of my index.htm.
| > | > |
| > | > | Thank you.
| > | > |
| > | > |
| > | > | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
| > | > | "http://www.w3.org/TR/html4/frameset.dtd">
| > | > | <html>
| > | > | <head>
| > | > | <title>Installation Guide</title>
| > | > | <meta http-equiv="Content-Type" content="text/html;
| charset=iso-8859-1">
| > | > | <base target="mainFrame">
| > | > | </head>
| > | > |
| > | > | <frameset rows="46,*" frameborder="NO" border="0" framespacing="0">
| > | > | <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| > | > | <frame src="top.htm" name="topFrame" scrolling="no" noresize >
| > | > | </frameset>
| > | > | <frameset cols="*" frameborder="NO" border="0" framespacing="0">
| > | > | <frameset rows="*" framespacing="0" frameborder="NO" border="0">
| > | > | <frameset cols="213,*" framespacing="0" frameborder="NO"
| border="0">
| > | > | <frameset rows="80,*" frameborder="NO" border="0"
| framespacing="0">
| > | > | <frame src="systype.htm" name="sysFrame" scrolling="no"
| noresize >
| > | > | <frame src="tasks.htm" name="leftFrame" scrolling="auto"
| noresize>
| > | > | </frameset>
| > | > | <frame src="main.htm" name="mainFrame" scrolling="auto">
| > | > | </frameset>
| > | > | </frameset>
| > | > | </frameset>
| > | > | </frameset>
| > | > |
| > | > | <body>
| > | > | </body>
| > | > | </html>
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
R

Ronx

<IMHO>Your code is too complex - I am surprised it shows in normal View.

Try this (which reduces the number of framesets involved from 6 to 3):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Installation Guide</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<base target="mainFrame">
</head>
<frameset rows="46,* "frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="no" noresize >
<frameset cols="213,*" framespacing="0" frameborder="NO" border="0">
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="systype.htm" name="sysFrame" scrolling="no" noresize >
<frame src="systype.htm" name="sysFrame" scrolling="no" noresize >
</frameset>
<frame src="main.htm" name="mainFrame" scrolling="auto">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>
 
D

Dragon

You guys are geniuses. :)

I guess IE was crapping out trying to create all those frames which were
created by FP to begin with.

Thank you very much.
 

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