If you want to access your document innerHTML, you can use the following
document.all[0].innerHTML
or
document.documentElement.innerHTML if you want to skip the tags <HMTL> tags
Just another software blog (Powered By Green Design HQ)
If you want to access your document innerHTML, you can use the following
document.all[0].innerHTML
or
document.documentElement.innerHTML if you want to skip the tags <HMTL> tags