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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by seanbrown93

  1. seanbrown93

    Imagemap Help

    Thank you very much! I had been struggling with this and your help got it working. Just an FYI, this is the code that worked. href="javascript:void(0);" onclick="window.opener.document.TPPMSADADD.s_MSADZIPA_77447.checked=true;"
  2. seanbrown93

    Imagemap Help

    I have a form with a bunch of zip codes (checkboxes) based on the county selected. I have a "Map" link that opens a popup window with an imagemap of the county with a hotspot over each zip code. When I click the hotspot, the parent window gets updated correctly, but the popup window shows the...
  3. seanbrown93

    HELP! IIS 5.0 dies

    Thanks for the reply. The error is as follows: Unable to establish connection to database Error information: Microsoft OLE DB Provider for ODBC Drivers (0x8007000E) [Microsoft][ODBC Microsoft Access Driver] Not enough space on temporary disk. I get this error on any PC trying to access any...
  4. seanbrown93

    HELP! IIS 5.0 dies

    I have a pretty heavy duty Web App that gets hit very hard throughout the day. The App is an ASP with and ODBC connection to an Access 2000 database on Windows 2000 server. About once every other day the ODBC connection to the database dies and I have to restart IIS to get the App back up and...
  5. seanbrown93

    How to display a TIF image

    Another option for your users to be able to view TIF images on the fly without any conversion or plug-ins loaded is AquaForest TIFF server from www.aquaforest.com. I also work in the Title Industry, so many of our users need to be able to view TIF images. I have been using the AquaForest TIF...
  6. seanbrown93

    Remove files with special characters

    I ended up doing it all through DOS instead of finding a utility or something. Each file will have an 8 character DOS name associated with it and you can delete that through DOS. Just go into that directory and do a dir and you should see the DOS filename.
  7. seanbrown93

    Printing emails with bcc field

    The Bcc field of a mail message cannot be printed in Microsoft Exchange Client or Microsoft Outlook. This behavior is by design for security reasons. http://support.microsoft.com/default.aspx?scid=kb;en-us;186690
  8. seanbrown93

    Remove files with special characters

    BTW, I full admin rights on the server and have taken ownership, but I still cannot delete them. I have also tried through DOS, but no luck.
  9. seanbrown93

    Remove files with special characters

    Hi, I had a Windows 2000 server FTP service up for a couple of days and someone hacked in and added a whole bunch of folders with special characters (ones that Windows doesn't recognize I assume). Each time I try to delete or rename the folders, I get the error "Cannot delete file: Cannot...
  10. seanbrown93

    Change TCP/IP properties remotely??

    Does anyone know of a utility or a way to change my STATIC TCP/IP settings through DOS? I have an entire network where I have to change my gateway address, but all computers are static (not DHCP). I would prefer not to have to go to each machine if not needed. Thanks.
  11. seanbrown93

    Disconnect mapped drives throughout network??

    Got it. It is net use /delete * /Y
  12. seanbrown93

    Disconnect mapped drives throughout network??

    No, I just need a script to run that disconnects all mapped drives on each computer that the script runs on.
  13. seanbrown93

    Disconnect mapped drives throughout network??

    I need a way to disconnect all network drives across the network. I assume this can be done through DOS and a login script, but need the syntax. It also has to make sure it disconnects all statically mapped drives. It is on a Windows 2000 domain with all Windows 2000 workstations. Thanks.
  14. seanbrown93

    Need recommendation on books/tutorial on creating good shopping carts

    Here is a free online bookstore example with shopping cart. You are allowed to change it anyway you want. http://www.gotocode.com/apps/dloads/bookstore_aspt.zip You can see a working example here: http://examples.gotocode.com/apps/bookstore/aspt/
  15. seanbrown93

    ASP FileSystemObject?

    This is the batch file I am running. The Access macro is set to Quit and Save at the end. Batch File -------------------- "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\Inetpub\TDI Web Page\Databases\TDIDB.mdb" /x:extensions

Part and Inventory Search

Back
Top