JavaScript Reference/Javascript Properties/frameElement

Материал из Web эксперт
Перейти к: навигация, поиск

"frameElement" is applied to

   <source lang="javascript">

+----------------+--------------------------------------------------------------+ | Applied_To |window | +----------------+--------------------------------------------------------------+

     </source>
   
  


"frameElement" Syntax and Note

   <source lang="javascript">

Note: Read-only property. When the window is contained within a <frame> or <iframe> element, this property returns a reference to the container element.

Syntax:

window.frameElement


     </source>