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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top