I'm working with an ASP.NET application. On one of the buttons, I've added javascript to open a popup window that simply says "Please Wait". That window needs to stay open until the processing is done on the .NET webform.
The problem is, how do I close that window automatically? Window.Close doesn't do anything.
Thanks!
The problem is, how do I close that window automatically? Window.Close doesn't do anything.
Thanks!