How to handle multiple form buttons submitted by js _ javascript skills

Source: Internet
Author: User
Tags php form
This article mainly introduces how to implement multi-button form submission action in js. For more information, see the previous article about how to implement multi-button form submission action in php, today, I will introduce a processing method for implementing the multi-button action submission of forms in js, hoping to help you.

Use JS to implement multiple buttons in a form, and process two onclick events. the code is as follows:

Script function submitit1 () // process by Program 1 {document. myForm. action = "http://www.site.com/cgi1.php" document. myForm. submit ();} function submitit2 () // process by program 2 {document. myForm. action = "http://www.site.com/cgi2.php" document. myForm. submit ();} script

You can learn from the previous article "how to handle multiple buttons for submitting actions in a php form", which may bring better results.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.