I have a problem with popups when I call iframe.
Here is a picture:
I don't want to get this popup.
This is my script:
function readfile() {
alert(document.getElementById('iframe').contentDocument.body.firstChild.innerHTML);
This is the call from text link:
<li><a href="e90_data/sasija/prazno.txt" style="text-decoration: none" target="iframe_a">Prazno</a></li>
This is the iframe on the end of the page:
<iframe id='iframe' name="iframe_a" src = 'demo_iframe.htm' est.align="top" width=900px height=550px > <p>Vas browser ne podrzava IFRAME!.</p> </iframe>
On Chrome it appears normally, without a popup.