The code i used in the javascript to close the window is as follows
window.open('','_self','');
window.close();
in jsp
<a href="javascript:jscloseWindow()">Close</a>
it's not working in chrome version 36.0.1985.143, it worked in previous chrome version, IE and in FF also. How can i fix it.
Please help me.
Thanks in advance.