en.javascript.info/3-frames-and-windows/03-cross-window-communication/sandbox.view/index.html
2019-04-02 14:01:44 +03:00

15 lines
239 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>The iframe below is has <code>sandbox</code> attribute.</div>
<iframe sandbox src="sandboxed.html" style="height:60px;width:90%"></iframe>
</body>
</html>