0
kicks
JavaScript window.close() in firefox
If you are developing a ASP.NET application and have written a javascript
to close browser window using window.close
this won't work in Mozilla firefox
And the reason for this is
This method is only allowed to be called for windows that were opened by a script using the window.open method.