Possible Duplicate:
window.close() doesn’t work on Firefox, any work around?
I'm using firefox 17.0.1 and the method window.close()
is not working with me, here is the code <button onclick="window.close()">Close<button>
It works on chrome, how to close the current window using js in firefox ??