The CreateTextFile and Write / WriteLine methods of the FileSystemObject will achieve what you want to do. The exact code you use will depend on how you want the text file formatted and the filename etc. Documentation for FSO is at :- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script5 6/html/FSOoriFileSystemObject.asp And the documentation for the CreateTextFile method in particular, along with example code, is at :- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script5 6/html/jsoriFileSystemObjectMethods.asp (watch for wrap on those links) Dan ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of amr_mohamed001 Sent: 19 July 2005 07:41 To: [email protected] Subject: [AspClassicAnyQuestionIsOk] Recieve comments in text files on my server Hi All, i'm a new user to classic asp i would like to develope a simple web- page and include a text area for the visitors comments. i want every comment to be saved in a new text file in my host server so that i can check...i really need the whole code immediately as i'm in a bad situation & thanks for your time ________________________________ YAHOO! GROUPS LINKS * Visit your group "AspClassicAnyQuestionIsOk <http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] subscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . ________________________________ [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
