9/3/2011 2:54:35 AM
Title:
Browser close event
Hi All,
I have a button, if i click the button, browser should close,
how to implement through javascript (IE, mozilla, chrome, opera)?
Can you please anybody help me ?
With Regards,
krishna
9/3/2011 10:18:45 AM
buddy that's not possible. Browsers does not have a standard behavior. You cannot close the browser because most of the new browsers does not allow this now. Some browsers may allow you to close the current tab or window but not the complete browser. You can use JavaScript code for that its window.close()
9/9/2011 11:49:28 PM
Hi guys I also have similar problem any solution found ??