How to close an open JFrame window from a jsp page?
I have used the class file to create a JFrame and by importing that class file into my jsp page, and by calling a method in that class, I have enabled a JFrame window as a pop up. Now when I try to logout from that jsp page, all the sessions are closed, but this Jframe window cannot be closed.
