Calling a parent window function from an iframe

后端 未结 10 2382
悲&欢浪女
悲&欢浪女 2020-11-22 01:43

I want to call a parent window JavaScript function from an iframe.



&         


        
10条回答
  •  遥遥无期
    2020-11-22 02:09

    You can use

    window.top
    

    see the following.

    
        
    
    
        
    
    

提交回复
热议问题