View IE generated source


/ Published in: JavaScript
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. javascript:window.open("").document.open("text/plain", "").write(document.documentElement.outerHTML);

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

Report this snippet


Comments


You need to login to view comments.