How to exit from application when I click logout button.
My application has to be closed when i click logout button. I am not using servlets. When I click logout button the session should get invalidated and also the browser is to be closed.
I am using two framsets. Topframeset and bottom frameset. In the bottom frameset two frames are there. My logout button is in the html page of topframeset.

