javascript thread: close the browser window with ASP after submitting a form?
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.
|





