Form > Text file

  • Thread starter Thread starter Brett...
  • Start date Start date
B

Brett...

FrontPage has a useful facility to create a text (csv) file from the output
of a form
I'm now using ASP to enhance the form and of course I've lost the ability to
save the form.
Is there a way of replicating this functionality using as .asp instead of a
..htm file?
 
Hi Brett,

Sure. You'll need to utilize the Scripting.FileSystemObject to open a file on the server then write the data out.
 
Back
Top