Not knowing exactly what you mean by "Please help i have a TXT file that i need to edit and write to via HTML or ASP?"
here's how to write to txt file with asp.
Set fs = CreateObject("Scripting.FileSystemObject"
Set a = fs.CreateTextFile("c:\testfile.txt", True)
a.WriteLine("This is a test."
a.Close
Many .asp question and answers are now in downloadable pdf format and can be found here: thread333-721855
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.