Baseline Widely available
Wenn das <iframe>
und das übergeordnete Dokument des <iframe>
Same Origin sind, wird ein Document
zurückgegeben (das ist das aktive Dokument im verschachtelten Browsing-Kontext des Inline-Frames), andernfalls wird null
zurückgegeben.
const iframeDocument = document.querySelector("iframe").contentDocument;
iframeDocument.body.style.backgroundColor = "blue";
// This would turn the iframe blue.
Spezifikationen Browser-Kompatibilität MDN-Feedback-Box War diese Ãbersetzung hilfreich?
Diese Seite wurde automatisch aus dem Englischen übersetzt.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4