Horje

How to add HTML <iframe> sandbox allow-popups-to-escape-sandbox Attribute

Allows popups to open new windows without inheriting the sandboxing.

index.html
Example: HTML
<iframe src="https://horje.com/" sandbox="allow-popups-to-escape-sandbox">
</iframe>

Output should be:

How to add HTML <iframe> sandbox allow-popups-to-escape-sandbox Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin