I read Thoms article on submitting form data using Javascript submitForm() function. I have read and read again the article as well as the javascript reference and I still can't get my submit form button to work with a side server script. I know it has to do with my ISP server, I'm not sure I'm sending it to the right place. The instructions say to use gdform.asp but all I get is the error "can't find page" I was using the following. this.submitForm("http://www.northcreekdata.com/gdform.asp");
Thanks
Wisln
1. Try to hit this URL from the browser directly. If the Browser can't find it then it either doesn't exist or is unreachable.
2. Append a "#FDF" to the end of the URL when submitting. This tells Acrobat to Expect return data.
Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script