--- title: HTMLIFrameElement.contentWindow slug: Web/API/HTMLIFrameElement/contentWindow translation_of: Web/API/HTMLIFrameElement/contentWindow ---
contentWindow
プロパティは、<iframe> 要素 の Window オブジェクトを返します。この Window オブジェクトを使用して iframe のドキュメントとその内部 DOM にアクセスできます。この属性は読み取り専用ですが、そのプロパティはグローバルな Window オブジェクトのように操作できます。