Last Updated: February 25, 2016
·
444
· sunng

Close window

You can only close window created by yourself. So there is a trick for that:

window.open('', '_self', '')
window.close()