<%
SUB ReadDisplayFile(FileToRead)
whichfile=server.mappath("/")
Set fs = CreateObject("Scripting.FileSystemObject")
Set thisfile = fs.OpenTextFile(whichfile, 1, False)
tempSTR=thisfile.readall
response.write tempSTR
thisfile.Close
set thisfile=nothing
set fs=nothing
END SUB
%>
I prodded this little thing for a while (after finding it somewhere ). I am apparently not permitted to do the OpenTextFile. I''m just learning ASP, so I have no idea how else I might be able to do this. Any ideas?
-Agent1
Encrypted Transmission from Flagg, sent Tue Sep 19, 2000 4:45 PM: hehe... we're gonna have to change our number to unlisted...