| Author |
saving form in word format
|
Anvi Dixit
Ranch Hand
Joined: Aug 28, 2006
Posts: 45
|
|
Hi The HTML form is need to be saved in the local drive in the word format onclick of submit button . can anybody help me out in this thnaks in advance Anvi Dixit
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
JavaScript does not have this ability. You would have to submit the document to the server. Have the server do the conversion with an api and than return it to the client so they can save it. Eric
|
 |
 |
|
|
subject: saving form in word format
|
|
|