Hello. I have Pagina1.php which has an iframe that sits on 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 debugging Pagina1.php even without having clicked the button I see that it goes through the iframe page code.
I would like to just run the iframe when I click the button to make it visible.
Is this possible?