How to allow javascript content in an iframe?

1

I need to show iframe inside an HTML page, the problem is that content Javascript generally does not work:

<iframe src="minhapasta/minhapagina.php?url=exemplo.com" width="1600" height="1000" sandbox="allow-scripts allow-same-origin allow-top-navigation "  seamless="seamless" >  </iframe>

I have tried all kinds of sandbox in iframe but it will not!

Do you have any alternatives to iframe that I can use?

    
asked by anonymous 01.04.2015 / 21:10

0 answers