Close button not working using window.close method
Deepshan Shetty
Greenhorn
Joined: May 28, 2012
Posts: 28
posted
0
Hi,
One of my JSP is forwarded from the previous page, the JSP has a close button which is not working now.
It works if the page is redirected.
But need to make this close button working.
I used window.close() now. I had even used self.close(). But none works.