📜  HTML | DOM 窗口框架属性

📅  最后修改于: 2021-11-09 09:00:58             🧑  作者: Mango

HTML DOM 中的Window 框架属性用于以数组对象的形式返回框架元素。此属性表示当前窗口中的所有
           

        Click on the button to display         the number of iframes     

                       

                                        

输出:
点击按钮前:

点击按钮后:

  • location 属性:它改变 iframe 的位置。
    句法:
    window.frames[index_no].location

    示例 2:

    
    
          
    
        
            HTML DOM Window frames Property
        
    
      
    
          
        
               

            Click on the button to display         the number of iframes     

                           

                                            

    输出:
    点击按钮前:

    点击按钮后:

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

    • 谷歌浏览器
    • IE浏览器
    • 火狐
    • 歌剧
    • 苹果浏览器