How to close a window
Dear All,
I have a form which is opened up in a frame, to be exact in the right Frame of a frame window. This form have a button for exiting the application and bring the user back to the login page. When user click on the Exit button it confirms and if use click on OK the that form, may be with the frame, and application should close and take the user back to the login screen. I have tried with the following code but it does not work out.
window.opener = self;
window.close();
I badly need help for this.
Thanks

