Topic: Frame issues (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9521" title="Pages that link to Topic: Frame issues (Page 1 of 1)" rel="nofollow" >Topic: Frame issues <span class="small">(Page 1 of 1)</span>\

 
Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-12-2002 18:06

Can someone tell me why I get a completely blank page for this?

code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Educator's Guide</title>
</head>
<body>
<frameset cols="40%, 60%">
<frame src="TOC.html/" id="TOC" name="TOC" />
<frame src="Cover.html/" id="main" name="main" />
</frameset>
<noframes>
<p>Sorry, you don't have frames! Please update to your latest browser.</p>

<p>However, until you do that, click <a href="NonFrameTOC.html/">here</a> to open the Table Of Contents for the Educator's Guide.</p>

<h3>Please note: The links at the bottom of the pages will not work. Keep your Table Of Contents Open to navigate.</h3>
</noframes>
</body>
</html>



Genevieve<---that's me!!
Wowzers! o.O

Visit my cell! 754

Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-12-2002 18:08

Related links:
http://www.geocities.com/genevievescu/Ozone/Frame.html
http://www.geocities.com/genevievescu/Ozone/TOC.html
http://www.geocities.com/genevievescu/Ozone/NonFrameTOC.html
http://www.geocities.com/genevievescu/Ozone/style1.css
http://www.geocities.com/genevievescu/Ozone/Cover.html
(and yes, the Cover is only two links for now...there will be a big pic later)

Genevieve<---that's me!!
Wowzers! o.O

Visit my cell! 754

[This message has been edited by Genevieve (edited 09-12-2002).]

[This message has been edited by Genevieve (edited 09-12-2002).]

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 09-12-2002 18:09

I don't think you're supposed to wrap your frameset in <body> tags.

This appears to work:

code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Educator's Guide</title>
</head>

<frameset cols="40%, 60%">
<frame src="TOC.html/" id="TOC" name="TOC" />
<frame src="Cover.html/" id="main" name="main" />
</frameset>
<noframes>
<body>
<p>Sorry, you don't have frames! Please update to your latest browser.</p>
<p>However, until you do that, click <a href="NonFrameTOC.html/">here</a> to open the Table Of Contents for the Educator's Guide.</p>
<h3>Please note: The links at the bottom of the pages will not work. Keep your Table Of Contents Open to navigate.</h3>
</body>
</noframes>
</html>



Genevieve
Paranoid (IV) Inmate

From: Santa Clara, CA, USA
Insane since: Jul 2002

posted posted 09-12-2002 18:11

Oh, awesome! thanks so much! I put it in the head tags instead (since everything has to be in some sort of tag right?) and it worked.

Thanks for your help! That was frustrating lol.

Genevieve<---that's me!!
Wowzers! o.O

Visit my cell! 754



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu