dhtml

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

designing an html form to be completed offline.

is it possible to use dhtml to keep the data in the form
then have a button validate the fields as well as save
the completed form to somewhere on the local computer?

ideally i would also like the submit buttton to attatch
this saved file to an email in the user's default mail
program for returning to me.

any ideas/help?

many thanks,

Tom
 
No

Forms need a forms handler (usually server based)

--




| designing an html form to be completed offline.
|
| is it possible to use dhtml to keep the data in the form
| then have a button validate the fields as well as save
| the completed form to somewhere on the local computer?
|
| ideally i would also like the submit buttton to attatch
| this saved file to an email in the user's default mail
| program for returning to me.
|
| any ideas/help?
|
| many thanks,
|
| Tom
 
Back
Top