How to close the window in Firefox 2.0 without changing this value (dom.allow_scripts_to_close_windows, true)(as true) .
We can able to close the window by using the javascript : window.close(); if we change the pref(dom.allow_scripts_to_close_windows, true) (as true);
Please let me know the javascript code for closing the window without doing the changes in below given Mozilla js.
(C:\Program Files\Mozilla Firefox\greprefs\all.js).
Thanks, Murthy
We can able to close the window by using the javascript : window.close(); if we change the pref(dom.allow_scripts_to_close_windows, true) (as true);
Please let me know the javascript code for closing the window without doing the changes in below given Mozilla js.
(C:\Program Files\Mozilla Firefox\greprefs\all.js).
Thanks, Murthy