R
rishabhshrivastava
Hey All,
I want to get the OuterHtml in a TextBox and I am using following code
but I am getting value as "undefined" Please let me know if I am doing
anything wrong..
function GetValue()
{
document.getElementById("txtBox").value =
parent.main.document.documentElement.outerhtml ;
return document.getElementById("txtBox").value;
}
I want to get the OuterHtml in a TextBox and I am using following code
but I am getting value as "undefined" Please let me know if I am doing
anything wrong..
function GetValue()
{
document.getElementById("txtBox").value =
parent.main.document.documentElement.outerhtml ;
return document.getElementById("txtBox").value;
}