function getAllCode_IE()
{
alert(document.documentElement.outerHTML);
return document.documentElement.outerHTML;
}
function getAllCode_FireFox()
{
return document.body.innerHTML.toString();
}
function getAllCode_IE()
{
alert(document.documentElement.outerHTML);
return document.documentElement.outerHTML;
}
function getAllCode_FireFox()
{
return document.body.innerHTML.toString();
}