Closing windows

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
Yeah, of course there could be an easier way because you can get the process
handle... & then close it that way.

Another way is to get all the IE processes & iterate through them closing
them one at a time, but that if the user wants them all closed
 
I use an JavaScript in my ASP .NET page to open new page, which
displays status for a long running operation.
What I need is a way to close that window, after the operation has
finnished.
So my question maybe must be: Can an ASP .NET page close it's browser
window?
 
Nikolay Petrov said:
I use an JavaScript in my ASP .NET page to open new page, which
displays status for a long running operation.
What I need is a way to close that window, after the operation has
finnished.
So my question maybe must be: Can an ASP .NET page close it's browser
window?

\\\
window.close();
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top