Ads

Compete Search Analytics

Archives

Microsoft Internet Explorer aka Exploder is a fun browser. Even a guy like myself that is no hacker at all can crash it with ease, at least version 6 (IE6). In fact one line of code is enough, even less. It’s ridiculous. The most ludicrous fact about it: There are manifold ways to do just that: Crash Internet Explorer by just opening a web page.

So I present to you the 7 best methods of crashing Internet Explorer 6! IE7 is immune against most of them, but not all.

  1. <STYLE>@;/* Source
  2. <input type crash> Source
  3. <body onLoad=”window()”> Source
  4. <style>*{position:relative}</style><table><input></table> Source
  5. <script>for (x in document.write) { document.write(x);}</script> Source
  6. Event handler crash, example longer than 1 line: Source
  7. Ordered list crash, example longer than 1 line: Source, the only one btw. that does not always work, you have to mouse over or click the first item of the list.

For me on my Internet Explorer 6.00 all of them worked fine. I couldn’t upload them to my server though as my hosting provider probably filters such “malicious” code out.

By demonstrating those seven methods to your peers you can maybe convince them to dump Exploder and start using a browser.

del.icio.us StumbleUpon Facebook Google Mixx Sphinn TwitThis
August, 2007 | You can follow comments through the RSS 2.0 feed. You can leave a comment, or trackback.

This thing has 13 Comments

  1. Posted August 13, 2007 at 10:19 pm | Permalink

    Hehe. Am just away to try and find some more ways to break IE. Did find a strange CSS bug before but am going to have to try and find the old css sheet and page. Cheers

  2. Posted August 13, 2007 at 10:52 pm | Permalink

    If you find any new methods contact me or add it in the comments, you will be credited as the source.

  3. Carlos
    Posted September 11, 2007 at 6:33 pm | Permalink

    Hi,

    I have IE6 and used all that options in a normal HTML file. No one of them could crash my IE, except for one, the numbre 4:

    *{position:relative}

    That piece of code crashes my IE (just the window where the code was).

    Anyway, just one of the 7 ways did crash my IE, so this information is either out of date or just another one full of lies against IE

  4. Posted September 11, 2007 at 11:55 pm | Permalink

    Carlos, which IE 6 version do you use, which Windows XP? IE 6 is not IE 6, I have an old version without any fixes I guess.
    For testing purposes I would take each code snippet on it’s won. It’s possible that they interfere with each other.

  5. Carlos
    Posted September 12, 2007 at 7:33 am | Permalink

    Maybe that’s the reason, I have my PC completly up-to-date. My actual IE version is:

    6.0.2900.2180

    I tested each code separately, I even thought it wouldn’t crash if the file didn’t contain some other code, so I tested again each with some aditional HTML normal code, but still none of them could crash my IE.

    Now, about the code number 4, it crashed my IE both standing by itself and being part of another HTML file.

  6. prunella
    Posted November 29, 2007 at 12:57 pm | Permalink

    damn it all! i can’t make it crash with any method…. and i want it to go boom and give me error messages and “do you wish to debugg?” messages…

  7. Posted January 13, 2008 at 10:53 am | Permalink

    Expressions are only supported by IE, but even valid expressions will easily crash the browser.

    Not sure if this counts as one line though

    div#homeBody{width:expression(document.body.clientWidth

  8. Posted January 13, 2008 at 10:54 am | Permalink

    For some reason my last post was truncated. Here we go again:

    div#homeBody{width:expression(document.body.clientWidth

  9. Posted January 13, 2008 at 10:58 am | Permalink

    ACCCK!
    It ate my words again (usually Im the only one who has to do that :))

    1) wrap the code in a style tag
    2) add code in last post
    3) Add a ‘greater than sign’
    4) Add the following
    1070 ? “1070px” : “100%” );}

    Really short, maybe the admin could put it together correctly

  10. RobbRoy
    Posted January 30, 2008 at 6:16 pm | Permalink

    Hi!
    let’s try :) in ie 7

    function getX( oElement )
    {
    var iReturnValue = 0;
    while( oElement != null ) {
    iReturnValue += oElement.offsetLeft;
    oElement = oElement.offsetParent;
    }
    return iReturnValue;
    }

  11. Posted February 7, 2008 at 8:30 pm | Permalink

    Firefox is definitely the way to go. I hate IE. This post further convinces me.

  12. Posted February 8, 2008 at 12:07 am | Permalink

    Tad, just to be clear, the comment above is not made by me, your regular reader :)

    Anyhow, ever since I found that there are other surfing software out there, I have not used explorer (except for testing my web pages for compatibility). My explorer always crashes and it gets worse as Microsoft upgrades to higher version. Version 7 is the worst (which I am sure version 8 will beat it in the instability league). I started switching to Opera in my non web designer days, and when I started my web designing projects, I found Firefox. Its the main browser I use now. Its stable, has many security features and also developer plugins.

  13. Brad
    Posted April 9, 2008 at 3:36 am | Permalink

    sure, these will crash internet explorer, and IE sucks, but you may be reaching on the scripts.

    Most are not entirely IE’s fault. What you’ve put up are infinite loops. Putting

    while(1);

    will crash most browsers too.

This thing has 10 Trackbacks

  1. Posted August 10, 2007 at 2:24 pm | Permalink

    […] sitios una línea de código que peta el explorer. Pero…hay más de una forma de hacerlo :D Top 7 Ways To Crash Internet Explorer [en] (Vía CSS Globe […]

  2. Posted August 11, 2007 at 4:51 pm | Permalink

    […] Ie’s so fucked, it’s easy to crash. Top 7 ways to crash IE […]

  3. Posted August 13, 2007 at 12:56 am | Permalink

    […] The 7 Easiest Ways To Crash IE6 Love to taunt Internet Explorer 6?  Blow up IE6 using simple HTML code. http://seo2.0.onreact.com/top-7-ways-to-crash-internet-explorer […]

  4. Posted August 20, 2007 at 1:50 pm | Permalink

    […] IE 6 is a browser many people still use although it’s kind of a time bomb that can explode anytime (thus called Exploder). […]

  5. Posted August 29, 2007 at 2:57 pm | Permalink

    […] I’ve seen quite a few articles on how you can crash IE6 using very little code. […]

  6. Posted September 2, 2007 at 8:00 am | Permalink

    […] With Code I’ve seen quite a few articles on how you can crash IE6 using very little code. Granted someone would need to purposely insert the code, isn’t that a sign of a dead […]

  7. Posted November 15, 2007 at 6:21 pm | Permalink

    […] It doesn’t like certain types of code and will crash. Don’t believe me? Check out this post on SEO 2.0. […]

  8. Posted December 7, 2007 at 10:36 pm | Permalink

    […] seen quite a few articles on how you can crash IE6 using very little code. Granted someone would need to purposely insert the code, isn’t that a sign of a dead […]

  9. Posted January 24, 2008 at 3:42 am | Permalink

    […] Yes, it’s true. IE 6 can be crashed by one short line of code. You don’t even have to be a novice hacker to break a site at its knees by just copy and pasting a line of code. In matter of fact, there’s at least 7 ways to do it! […]

  10. Posted January 29, 2008 at 2:07 pm | Permalink

    […] lack of support for pseudo classes, no min-height support, a nasty flickering background bug, and at least seven ways to crash it with one very mundane line of code. To say it’s unstable is an understatement; to say it makes the job of a web designer […]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*