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 =...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.