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 =...
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.