JavaScript Reference/Javascript Properties/frameElement — различия между версиями

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

Текущая версия на 11:22, 26 мая 2010

"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>