I would like to get the exact content of HTML page - something similar as
"View Source" does. I've tried the following expression:
"document.documentElement.outerHTML" but it does not give me back the exact
content: some of the tag names gets converted from lower to upper case,
quotation marks (") are removed from some attributes etc....
Is there a way to get the exact content of HTML page (the one that was send
to the browser from the server)?
Thanks,
bye