Wyszukaj JavaScript w Docuemt w poszukiwaniu tekstu na iframe
var myIFrame = document.getElementById("myIframe");
var content = myIFrame.contentWindow.document.body.innerHTML;
Helpful Hyena