AS I need JavaScript / jquery Code for Closing Browser\'s ( FireFox / Chrome and IE..)
As I have try with window.close()
But it only work for IE.
Windows can only be closed by scripts (window.close()) that were opened by scripts in the first place. So generally, this isn't possible (https://developer.mozilla.org/en/DOM/window.close)