I just created an iFrame with the sandbox
attribute. Whenever I try to open a link with target="_blank"
or target="_top"
or when I try to use window.open()
nothing happens.
Here's my code:
<iframe src="http://www.google.com/"
sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts">
Apparently your browser doesn't support iFrames!
</iframe>