Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Ben7777

    Backing up access database on server

    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...
  2. Ben7777

    Closing a window from ASP upon losing focus

    Thanks again for the help. Turns out that if I have <body onblur=&quot;window.close()&quot;>, it works sometimes, but not always. However, if I have <body onblur=&quot;CloseWindow()&quot;> and then do a window.close() inside the CloseWindow() function, it works every time. Wierd. The...
  3. Ben7777

    Closing a window from ASP upon losing focus

    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...
  4. Ben7777

    Closing a window from ASP upon losing focus

    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

Part and Inventory Search

Back
Top