New Page 1
<%
set FileStreamObject = CreateObject("Scripting.FileSystemObject")
set WriteStream = _
FileStreamObject.CreateTextFile(server.MapPath ("/DarAl-Huda/Data") _
& "download.txt", True)
WriteStream.WriteLine("Hello World")
WriteStream.Close
/home/username/public_html
%>
This is an explanation of the purpose of the form ...
Author information goes here.
Copyright © 1999 [OrganizationName]. All rights reserved.
Revised:
01/20/07