Solution to Out Of Memory Error In Netscape.

by Masaoud Moonim <masutm(at)yahoo.com>

 Date:  Thu, 6 Apr 2000 23:30:36 -0700 (PDT)
 To:  hwg-graphics(at)hwg.org
  todo: View Thread, Original
Hi all,

Thanx for all the replies to the above error. Actually
the mistake was elsewhere. The main page containing
the Frame definition had an error. It was in the Frame
defination.

I had code like this:
1 . <HTML>
2 . <HEAD>
3 . <FRAMESET ROWS="10,*" COLS="*" FRAMEBORDER="0" 
4 . BORDER=0 FRAMESPACING="0">
5 .    <FRAME NAME="emptyframe" 
6 . SRC="w3config_empty.jsp" MARGINWIDTH="0" 
7 . MARGINHEIGHT="0" SCROLLING="No" FRAMEBORDER="0" 
8 . NORESIZE>
9 .    <FRAMESET ROWS="" COLS="25%,*" FRAMEBORDER="0">
10.        <FRAME NAME="navconfig" 
11. SRC="w3config_menu.jsp" MARGINWIDTH="0" 
12. MARGINHEIGHT="0" SCROLLING="Auto" FRAMEBORDER="1"
13. NORESIZE>
14.        <FRAME NAME="mainconfig" 
15. SRC="w3config_blank.jsp" MARGINWIDTH="0" 
16. MARGINHEIGHT="0" SCROLLING="Auto" FRAMEBORDER="0">
17.    </FRAMESET>
18. </FRAMESET>
19. </HEAD>
20. <BODY>
21. </BODY>
22. </HTML>

The error was in the 9th line ( above ). I had
specified ROW="" which resulted in the error. When I
removed this attribute the error disappeared.

Thanx & Regards
Masaoud

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA