In my experience you would want to shut down the web site and make sure no one is using the database before doing backups. If you're using IIS you could just go to the IIS control panel and stop the web site to make sure no one is using it.
Or you could use the Microsoft scheduler (AT) to run...
Thanks again for the help.
Turns out that if I have <body onblur="window.close()">, it works sometimes, but not always. However, if I have
<body onblur="CloseWindow()"> and then do a window.close() inside the CloseWindow() function, it works every time. Wierd. The...
Thanks for the reply! I tried the onblur idea, but for some reason the onBlur event is not firing when the window loses focus - only when some control on it loses focus (I think)... when I click one of the calendar buttons the onBlur fires, but I have the onBlur in the body, like <body...
I have some ASP code that pops up a window with a calendar in it. I need to automatically close that calendar window when it loses focus. How might this be accomplished?
Much thanks,
Ben
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.