How to close window in firefox using javascript?

后端 未结 4 497
小蘑菇
小蘑菇 2021-01-21 01:14

I am using top.window.close() to close the parent window but it is not working in Mozilla firefox.Please suggest alternatives. The above code is working fine for IE6.

4条回答
  •  渐次进展
    2021-01-21 01:34

    This is what I am using:

    
     
    
    
    
    
    

提交回复
热议问题