I use the following code to access the innerHTML of the page. But I am geeting error, rather then the innerhtml. Can you guys tell me what am i doing wrong here ???
Code:chrome.windows.getSelected(function(window){ console.log(window.document.getElementsByTagName("body")[0].innerHTML); });


LinkBack URL
About LinkBacks



Reply With Quote
