Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi all i am using the following

Status
Not open for further replies.

simoncpage

Programmer
Apr 4, 2002
256
GB
hi all

i am using the following to create a textfile with vbscript on a web page

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = objFSO.CreateTextFile("c:\hello2.txt", True)

objTextFile.Write ("hello")
objTextFile.Close

Can anyone help me with changing the above so that it add the textfile to a web site?

Any help would be great thanks!
 
Not entirely sure what you mean - can you explain a little more please?? Tony
reddot.gif WIDTH=300 HEIGHT=2 VSPACE=3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top