Closing Browser Window
How can I close a browser window with HTML code?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Feb 24, 2012, 12:23 AM
You can use javascript to close the window.
If you want to get the confirmation before close the browser then you can use the window.close() method.
If you do not want to show any confirm before closing the browser then use the following.
Satyapriya NayakPosted Feb 23, 2012, 1:33 AM
Try this...
Thanks
If this post helps you mark it as answer