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 TouchToneTommy 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 rtype17

  1. rtype17

    Javascript, Windows XP, Local Hard Drive

    adam101, Although your code does work for opening the ftp site, it's the local hard drive giving me the Access Denied that's the problem. window.open(local,'_blank', 'toolbar=yes,location=yes,status=yes,scrollbars=auto,copyhistory=no,menubar=no,width=' + ((screen.AvailWidth/2)-12) + ',height='...
  2. rtype17

    Javascript, Windows XP, Local Hard Drive

    Here's the code from the javascript file, .js. sorry it looks like crap on here. i am putting the line numbers on here to make it easier to read... 1: function Login(form) { 2: var username = form.username.value; 3: var password = form.password.value; 4: var server =...
  3. rtype17

    Javascript, Windows XP, Local Hard Drive

    Sorry, Jem, it didn't work. I have looked everywhere and can't seem to find a fix.
  4. rtype17

    Javascript, Windows XP, Local Hard Drive

    I have written a page to be put on our website. The user goes to the webpage where they enter in a username, password, ftp site, and local hard drive. When they press 'Connect', two explorer windows open up with one viewing their local hard drive and the second viewing the ftp site. This is...
  5. rtype17

    Shutdown Problem

    Hei problemas con windows 98 not shutting down.... If you are on a LAN go to windowsupdate.microsoft.com and download the Mapped Drive Shutdown patch. without the patch it hangs at shutdown. Also we use Norton here and on an older pute can also cause a it to hang at shutdown. We sometimes...
  6. rtype17

    Windows 98 / msdos freezes.

    I have a 100 mhz compaq with 132MB RAM. Plenty of hard drive space. Problem is when i open a command prompt the computer completely freezes and i have to reboot. The msdos screen does not appear. it freezes immediately after we type COMMAND in the run box or immediately after we click on...
  7. rtype17

    No Transport Provider Was Available For.....

    We use Microsoft Office 97. We do not use exchange server for email (use a program called VOP mail). We recently changed our isp and upgraded to a full T1. problem is.... Several of our coworkers try and send a Word doc by opening Word, clicking on File -> Send To -> Mail Recipient. When...
  8. rtype17

    trouble getting into bios

    Ok so i am trying to install WIn98 onto a Compaq. Let me set this up for you.... It had two hard drives with a 600mb (small) as the primary C: and a 10 gig as a secondary D:. naturally i wanted to remove completely the 600mb and move the 10 gig as the C:. when i move the 10 gig to the C: (i...
  9. rtype17

    mfc42.dll, msvcrt.dll

    I created an app in VB 6 and used the deployment wizard to create a setup.exe. When i go to run the setup.exe i get the error, "The destination file is in use. Please ensure that all other appllications are closed." when the setup tries to copy over the files mfc42.dll and...

Part and Inventory Search

Back
Top