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>
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>