exit asp-application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey All,

In the Asp-application we have an exit-button (not the X of IE).
How can you exit an asp-app? Is it possible to do the same as X on IE, but
in that case I can ask some questions to the user, with X on IE there is
nothing I can do.

tkx
jac
 
There's a javscript function window.close() that you could use ... You can't
close IE from asp.net
 
Hi,

You can close the browser using window.Close

now it will works fine if the window was opened using window.open , if the
user created browser window you will get a warning reading something like "
the application is attempting to close the window ...."

cheers,
 
Back
Top