I need to put the body of a page in a variable using
var SiteText= document.body.innerHTML;
The problem is that the text in the iFrame is not being counted as body!
Any idea how can I put the content of the iFrame in the variable?
Alternatively, anyone know how I can just load a text based web page into a variable? There is no need for it to be displayed.
Thanks!