How to close a window using jQuery for all browser compatibility?
This will only work for windows which are opened by using window.open(); method. Try this
var tmp=window.open(params); tmp.close();