window.close() doesn't work on Firefox, any work around?

后端 未结 4 849
时光说笑
时光说笑 2020-12-03 19:53

I am trying to close a window using window.close() but this works on IE only but not on Firefox. Has anyone encountered this one and any work around?

Thanks...

4条回答
  •  天涯浪人
    2020-12-03 20:35

    window.close(); worked for me (FF 31.5.0). However, in order for me to get it to work I had to change the advanced settings:

    about:config -> dom.allow_scripts_to_close_windows = true;

提交回复
热议问题