1
Hello.
I have the Pagina1.php
that has an iframe that sits in an invisible div display:none
, which shows the iframe only when I click on a button with the ajax function to show the invisible div that is the iframe.
The problem is that when I debug Pagina1.php
even without clicking the button I see that it goes through the code of the iframe page.
I would like to just run iframe when I click the button to make it visible.
That’s possible?