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!

Recent content by samme42

  1. samme42

    retrieve computer name

    Hi! I have a stand alone program in which I need to retrieve the computer's file name to use to create a text file. The code I currently have is: function WriteToFile(){ var TristateFalse = 0; var ForAppending = 8; var fso = new ActiveXObject("Scripting.FileSystemObject"); var newFile =...
  2. samme42

    asp and dreamweaver

    Thanks, mjonson! I'm going to give your code a try! But, I have to put it within the existing login pages. All of the login pages are created - login page copy1.asp, login page copy2.asp and so on. In the end of a module, the user is given a password (i checked again and no username) to enter...
  3. samme42

    asp and dreamweaver

    An outside company developed a safety training program in dreamweaver. I've been asked to hardcode a username and password that is issued to the user at the end of a training module. This username and password allows them to enter the next training module. They do not want to use a database...

Part and Inventory Search

Back
Top