How to close window in firefox using javascript?

后端 未结 4 490
小蘑菇
小蘑菇 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:20

    Note that you can tell Firefox to allow window.close by setting the dom.allow_scripts_to_close_windows to true in about:config.

    The ability to use window.close is further discussed in bug 190515.

提交回复
热议问题