Hi..
Is anybody knows how to access the innerhtml of the page of the active tab. ??
I tried the following code. But seems like it is not working.
After running this code I was hoping that the content of the page will be chagned to "Gaurang", but rather the the name of my toolstrip-button changed to "Gaurang"Code:document.getElementsByTagName("body")[0].innerHTML = "Gaurang";![]()


LinkBack URL
About LinkBacks




Reply With Quote

