Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

why wont my page show up in netscape?

Status
Not open for further replies.

JoeM6

Programmer
Aug 5, 2000
53
US
I have a page with frames, it shows up with AOL, IE, but not netscape, could it be that netscape doesnt support frames? I didnt know it the code i am using for the frames is messed up, i got it under an AOL thing, and the code might just be for aol, so...if you could tell me another code, that would be helpful, thanks

JoeM6
JPMJR11@aol.com
 
Make sure you have closed all of your cells, rows, tables, body, and html. Netscape doesn't like when you leave tags out.
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
the code i am using is
[tt]<FRAMESET ROWS=&quot;28%, *&quot; FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot;>
<FRAME NAME=&quot;1r&quot; SRC=&quot; NORESIZE SCROLLING=&quot;no&quot;>
<FRAMESET COLS=&quot;30%, *&quot; FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot;>
<FRAME NAME=&quot;1c&quot; SRC=&quot;<FRAME NAME=&quot;2c&quot; SRC=&quot;</FRAMESET>
[/tt]
is everything right?

JoeM6
JPMJR11@aol.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top