I want to block pop-ups coming from iframe. I'm using php codeigniter where i'm taking iframes from db,
Note: Iframes are dynamic we are just displaying it
and thing i want to do is invoke sandbox in iframe tag,
<iframe src="demo_iframe_sandbox.htm" sandbox></iframe>
as user haven't done it in iframe is there a way that it could be done through css/jquery ?