RushiShroff
Programmer
Code:
<%
Dim fs, filename, readfile
Dim Text, TStream
%>
<%
Set fs = CreateObject("Scripting.FileSystemObject")
'filename=server.mappath("1")
'response.write filename
Set readfile=fs.OpenTextFile("C:\InetPub\[URL unfurl="true"]wwwroot\PMS\inc\dbname.txt",1,False,False)[/URL]
Do while not readfile.AtEndOfStream
Text=readfile.ReadLine
If Text <> "<" and Text <> ">" and Text <> "%" then
response.write Text
Else
response.write "<p>"
End If
Loop
readfile.close
set readfile=nothing
%>
NOT WORRKING FOR
dbname.txt
<%SFA="SFA.mdb"%>
What to do ? Not able to print on the browser.. Rushi Shroff Rushi@emqube.com
"Life is beautiful."