![]() |
|
|
+ Search |
![]()
|
Jun 16th, 2000 06:06
unknown unknown, Muhammed Mustafa
What you can do:
<%
File=YourPath
Call ReadDisplayFile(File)
%>
<%
SUB ReadDisplayFile(FileToRead)
whichfile=server.mappath(FileToRead)
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
%>
© 1999-2004 Synop Pty Ltd