To close the browser without prompt problematically, we can use below code snippet.
window.open('', '_self', ''); window.close();
Here, we are trying to open a empty page and then closing the parent window. That basically do nothing but close the current browser.
Trick!
Regards,
Sheo Narayan
http://www.dotnetfunda.com