P
Philipp
How can I get the content of another Iframe? (Provided it's the same
domain.)
E.g. something like the following, except it doesn't work...
var frame = document.getElementById("myframe");
alert(frame.innerHTML);
thanks!
domain.)
E.g. something like the following, except it doesn't work...
var frame = document.getElementById("myframe");
alert(frame.innerHTML);
thanks!