Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: close the browser window with ASP after submitting a form?


Message #1 by Tristian O'brien <obrient@m...> on Wed, 19 Jul 2000 15:24:32 +0100
Hi,
 
I use a pop-up window which shows a form with a submit button.  the code
works to write a record to a database.  However I want the window to close
when the form has been submitted.  How can I do this, I tried using
response.redirect("javascript:window.close()") but it doesnt work.

  Return to Index