Quote:
Originally Posted by carolwebb
embed iframe in html without allowing pop-ups from embed site?
example
<iframe src="/embed/ph5e5962efe5d18" frameborder="0" width="560" height="315" scrolling="no" allowfullscreen></iframe>
|
You could try experimenting with the "sandbox" attribute, if you don't need scripts at all just add 'sandbox' in the iframe tag. Someone did this when embedding one of my sites, to stop the popup blocking JavaScript from working
https://www.w3schools.com/tags/att_iframe_sandbox.asp
.