A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/HTMLIFrameElement/contentDocument below:

HTMLIFrameElement: contentDocument プãƒãƒ‘ティ - Web API

HTMLIFrameElement: contentDocument プロパティ

Baseline Widely available

iframe とその iframe の親文書が同一オリジンであった場合、Document(すなわち、インラインフレーム内の閲覧コンテキスト内にあるアクティブな文書)を返します。そうでなければ null を返します。

contentDocument の例
const iframeDocument = document.querySelector("iframe").contentDocument;

iframeDocument.body.style.backgroundColor = "blue";
// これにより iframe が青くなる
仕様書 ブラウザーの互換性

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