Is there any way to have a word document act as a form and have a button on the word document to submit to an ASP page on the server?
If anyone has any insights to this I would greatly appreciate.
Thanks.
Printable View
Is there any way to have a word document act as a form and have a button on the word document to submit to an ASP page on the server?
If anyone has any insights to this I would greatly appreciate.
Thanks.
You can do it by two ways.
1) You can add the Macro and write your own code (VBA)
or
2) you can add a WebTool from Tools->Customise
and drag an HTMLSubmit1 button. Add the required action in action property.