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?