Hi HTML experts,
I'm not very experienced in using frames, so my problem is probably something I'm doing wrong.
The left-side "column" (Frame1.htm) is 20 percent wide - it displays fine. But the main section (main.htm) gives error "Not Found - The requested object does not exist on this server."
I've checked the spelling - and yes main.htm is the documents name.
Does anyone know what things I should check, to prevent the 'Not Found' problem?
Thanks, John
This is the index.html.... again, Frame1.htm displays OK
<html>
<head>
<title>John Bates</title>
</head>
<frameset cols="20%,*" framespacing="0" border="0" frameborder="0">
<frame name="contents" target="main" src="Frame1.htm" scrolling="auto">
<frame name="main" src="main.htm" scrolling="auto">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
I'm not very experienced in using frames, so my problem is probably something I'm doing wrong.
The left-side "column" (Frame1.htm) is 20 percent wide - it displays fine. But the main section (main.htm) gives error "Not Found - The requested object does not exist on this server."
I've checked the spelling - and yes main.htm is the documents name.
Does anyone know what things I should check, to prevent the 'Not Found' problem?
Thanks, John
This is the index.html.... again, Frame1.htm displays OK
<html>
<head>
<title>John Bates</title>
</head>
<frameset cols="20%,*" framespacing="0" border="0" frameborder="0">
<frame name="contents" target="main" src="Frame1.htm" scrolling="auto">
<frame name="main" src="main.htm" scrolling="auto">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>