shanuragu
06-26-2003, 08:56 AM
Hi
How can I create a html page from asp & write contents in to it???
Also to create text file I have used the following code but no txt file is created. What is wrong????
Dim fso, f, emailmessage
emailmessage="testing"
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.CreateTextFile("d:\emailtest.txt", True)
f.WriteLine (emailmessage)
f.Close
ShaRa:confused:
How can I create a html page from asp & write contents in to it???
Also to create text file I have used the following code but no txt file is created. What is wrong????
Dim fso, f, emailmessage
emailmessage="testing"
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.CreateTextFile("d:\emailtest.txt", True)
f.WriteLine (emailmessage)
f.Close
ShaRa:confused: