I have an html page which uses vbscript to open a file from a server and display it (after being manipulated) in a frame. The problem is that the users specify which file they wish to view by entering the date of the file they're after (each file is named date.txt) but the script can't find the file. I use the same code when the file is local and it works fine but as soon as I put it on a server it no longer works. The file does exist on the server because if I put the entire address into a window (eg. appears. Is there a command/option that has to be used when dealing with servers?