What would be the simplest way when a submit button was activated to have that info saved to a txt file on the server which could then be downloaded and easily put into excel for instance?
Thanks,
Kevin
BlobFisk
5:04 pm on Jul 20, 2004 (gmt 0)
You will need to use some back end processing to do this. I is quite straighforward (for example in ASP you are using the file system object to open, write to and close the file).
You can then link to that file from you site for downloading.