is there a way to use javascript submitForm () with HTML and the POST method?
here is the code I'm trying to get to work
var myDoc = event.target;
myDoc.submitForm({
cURL:"http://test.com/process.asp",
bGet:false,
cSubmitAs:"HTML"
});
i'm using a regular button because i need to use the click event for some validation code. the http button doesnt allow me to use a javascript. thx
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.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