Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web-APIs
  3. HTMLIFrameElement
  4. contentDocument

Dieser Inhalt wurde automatisch aus dem Englischen übersetzt, und kann Fehler enthalten.Erfahre mehr über dieses Experiment.

View in EnglishAlways switch to English

HTMLIFrameElement: contentDocument-Eigenschaft

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨Juli 2015⁩.

Wenn das<iframe> und das übergeordnete Dokument des<iframe>Same Origin sind, wird einDocument zurückgegeben (das ist das aktive Dokument im verschachtelten Browsing-Kontext des Inline-Frames), andernfalls wirdnull zurückgegeben.

Beispiel für contentDocument

js
const iframeDocument = document.querySelector("iframe").contentDocument;iframeDocument.body.style.backgroundColor = "blue";// This would turn the iframe blue.

Spezifikationen

Specification
HTML
# dom-iframe-contentdocument

Browser-Kompatibilität

Help improve MDN

Learn how to contribute Diese Seite wurde automatisch aus dem Englischen übersetzt.

[8]ページ先頭

©2009-2025 Movatter.jp