📜  HTML | DOM 窗口 frameElement 属性

📅  最后修改于: 2021-10-31 05:30:11             🧑  作者: Mango

HTML DOM Window frameElement属性返回嵌入或存储窗口的 iframe 元素。如果没有存储,在这种情况下,它只返回一个空值。

句法:

window.frameElement

返回值:它返回一个 IFrame 对象或 null。

例子:



  

    
        HTML | DOM Window frameElement Properties
    
  

  

  
    

      click on the button. IF the window is in       iframe then it will change its URL to        geekforgeeks official website.     

                     

输出:

点击前:

点击后:

支持的浏览器: DOM Window frameElement 属性支持的浏览器如下:

  • 谷歌浏览器 18.0
  • 浏览器 2.0
  • 火狐 1.0
  • 歌剧 11.5
  • Safari 6.0