Return to Snippet

Revision: 18043
at September 22, 2009 04:03 by bionic


Initial Code
javascript:window.open("").document.open("text/plain", "").write(document.documentElement.outerHTML);

Initial URL
http://omnicode.blogspot.com/2008/05/view-dynamically-generated-html-in-ie.html

Initial Description
Go to page, then place code in address bar and generated code will be shown in new window.

Initial Title
View IE generated source

Initial Tags
DOM, ie6

Initial Language
JavaScript