Is there a way to get the entire source of the current page? I know I can do document.body.innerHTML to get everything within the body tag, but I need everything from <html> to </html>. I need to capture the source of the page, and put it in a hidden inputbox of a popup window.
