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 Wanet Telecoms Ltd 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: *

  • Users: tpman
  • Order by date
  1. tpman

    NTLDR is missing????

    The Ctl+Alt+del is done when the "NTLDR missing" message comes up. Windows is not even active at that point. What I did notice is that when I do get into windows and I try to defrag one of my hard drives, I get a message stating that a chkdsk is scheduled to run on that disk. I can't defrag...
  2. tpman

    NTLDR is missing????

    Well, I dont even have my floppy connected, but I do have a usb key plugged in. But, it is not even in my boot sequence. What's weird is that I can just do the ctl + alt + del and after two-three times, it will boot fine, so it seems like a hit/miss thing. How can it say that it is missing...
  3. tpman

    NTLDR is missing????

    When I try to boot my pc, I get the following error? NTLDR is missing. Any suggestions?
  4. tpman

    Making my own patch cords

    Thanks for the help! I did redo the ends just to cover my bases and to keep the little woman happy. She was more concerned about it than I was.
  5. tpman

    Making my own patch cords

    I made my own patch cords, first timer. I made 4 cords that go from my router to my home network. I have plugs that go to 4 different locations in my house. I tested the 4 cords that I made and they each worked just fine. I am only using these two foot cords to go from the router to the...
  6. tpman

    Making my own patch cords

    I made my own patch cords, first timer. I made 4 cords that go from my router to my home network. I have plugs that go to 4 different locations in my house. I tested the 4 cords that I made and they each worked just fine. I am only using these two foot cords to go from the router to the...
  7. tpman

    WSAD Workbench

    I backed up my workspace and now I can no longer open anything. I try to open up my server and receive the following error: unable to open part: XXXXX Where XXX is my server name. I get similar errors when trying to open Java and JSP files as well. Has anyone ever had this happen? If so...
  8. tpman

    Am I grinding to a halt? I must backup system!

    Gus, If you don't want to mess around inside the box I would suggest getting a usb external hard drive. Now, you can do one of a couple of things, you could ghost your drive and put the ghost image onto the external hard drive. You could simply go out and copy everything that you want to...
  9. tpman

    Can't write to a file...

    I have been trying to figure out why I can't see anything written to a file. I can create the directory, create the file, but when it comes to writing anything to it, I can't. Here is the code: try { String dirName = ("c:\\AOSFTP"); String aosFileName = ("aosFtpFile.txt"); File aosFileDir...
  10. tpman

    $150 external harddrive recommandations?

    I just found a 250 gig at comp usa for $80. You should be able to find a usb/firewire case for about $35-40. You should still have enough left over for dinner and a beer! The deals are out there, you just have to look. Slickdeals.net is a good one to look at ever once in a while.
  11. tpman

    Dell Latitude laptop

    I had to also press the Fn key while pressing the F3 key on boot up. Got into the BIOS after doing that. Got the OS loaded just fine. Thanks.
  12. tpman

    Dell Latitude laptop

    I would like to reload one of our old laptops with XP. It is a CPi D300XT with BIOS revision A05, Win NT 4.0 SP6. I want to reset the boot order but can't get into the BIOS. I have pressed pf1 and pf8 when it is booting up with no luck. What do I need to do in order to reset the boot order...
  13. tpman

    Windows XP recycles without starting

    Make sure you unplug the PC from power source and unplug all peripheral usb hardware from the pc as well. I never have had to take the battery out, but what the heck, it won't hurt anything. I have just waited for the LED to go out before swapping the jumpers, about 30-45 seconds, swap...
  14. tpman

    Windows XP recycles without starting

    I would tend to agree with garebo. Reset the cmos first, before you spend the time reloading. It takes less than 2 minutes to do. Time well spent if it works IMHO.
  15. tpman

    JSP questions answered here?

    Thanks
  16. tpman

    Works in IE but not FireFox or NS

    Another thing, I am trying to pass a data value back to the calling page, but in reading about the onsubmit, it looks like it is looking for a boolean return value, not a value like "1234" for example. That's what I need to do.
  17. tpman

    Works in IE but not FireFox or NS

    My onsubmit is not executing the javascript. I have the alerts in the code but they never get hit and it hops right to the mainFrame.do. I am calling this page from another and trying to pass back a selected value back to the calling page. It totally bypasses the calling page. I'm not the...
  18. tpman

    JSP questions answered here?

    I have a JSP question, anyone here know JSP. I can't see a forum out here for it.
  19. tpman

    Works in IE but not FireFox or NS

    On my onSubmit, I am getting the following error: JSP Translate: Attribute onSubmit invalid according to the specified TLD. Just what exactly does that mean?
  20. tpman

    Works in IE but not FireFox or NS

    Here is a majority of the code, with your suggested changes: <SCRIPT language="JavaScript"> function passBackAta(row){ alert(row); } function takeAction() { var theSel = document.forms['emptyFormBean'].elements['ataReturn']; alert("Got Here 1 " ); var theVal =...

Part and Inventory Search

Back
Top