Multi-Action Form Submission JavaScript Generator
The Multi-Action Form Submission system can submit to any number of form handling
CGI programs in addition to
the program URL specified in the <form... action="______"
attribute.
About Form Submission Methods
The form can be method="POST" or method="GET".
The method will be maintained when the JavaScript submits
the form to the additional URLs.
About File Uploads
The JavaScript does not know how to handle file uploads.
The form may have a file upload field,
along with the correct enctype attribute for uploads,
and the program URL specified in the action
attribute may handle the file upload like it normally would.
But the JavaScript won't include the upload information when it submits
the form to the additional URLs.
In other words, you can do file uploads like you normally would.
But the additional URLs that the JavaScript submits the form information to
won't receive the uploaded files.
The JavaScript Generation Form
Will Bontrager
©Copyright 2006 Bontrager Connection, LLC Bontrager Connection, LLC
Please note:
Articles on this website are presented "as is". However -
If you have a question about a CGI script, HTML, CSS, PHP, or JavaScript
Ask one of our Experts and you'll have your answer!
Click here for details.