Skip to main content

6 docs tagged with "Iframe"

View All Tags

<iframe>

<iframe> is defined as: Inline Frame Inline Element to embed another HTML page into Web Page. Topics on: sandbox, src, srcDoc, to manipulate iframe DOM, indirec

ClickJack

ClickJack is defined as: exploit to trick user to click for unintended action via invisible <iframe> - common tactic for abusing ads. Topics on: . Read more: Co

indirect comms with ael

indirect comms with ael. Topics on: set up event listener for messages on top level window - window.addEventListener('message', event=>console.log(event), false

sandbox

sandbox is defined as: HTML Attribute to restrict access to <iframe> vs Browsing Context. Topics on: '', 'allow-same-origin', 'allow-scripts'. Read more: HTML,

src

src is defined as: HTML Attribute to set URL of Web Page to embed URL. Topics on: 'about:blank'. Read more: HTML, Flow Content, HTML Element, Inline Element, If

srcDoc

srcDoc is defined as: HTML Attribute to load HTML static markup as String into <iframe>. Topics on: ⚠Browser may limit max length srcDoc for embed page. Read mo