SyntaxFix
Write A Post
Hire A Developer
Questions
You can't close a current window or any window or page that is opened using '_self' But you can do this
var customWindow = window.open('', '_blank', ''); customWindow.close();