Closing a Browser Window

TyncKeype

New Member
Hi, <BR>Could anyone tell me, how to close a window that is opened when I click a button. I couldnt use Window.Close().. is there any server side script..<BR><BR>or how do I do in the client side...<BR><BR>Thanks<BR>pradeepYou have to do that client-side, and window.close() should work. It will usually tell the user that the program is trying to close the window and they have to hit ok.
 
Back
Top