A
Andy
I have a web form and would like to write a javascript to capture the values from the various fields and write these to a text file (or similar) on the users client machine. I would need to ask the user if this is OK and where to put it. The thing is, if someone is filling out a long form and they want to finish the job off later, when they open up the form later all the fields that they previously filled in will be blank again - I need some way of recovering the partial results in order to continue without the use of server side scripts and files.