Interview Questions

Can I have two or more actions in the same form?

HTML Interview Questions and Answers


(Continued from previous question...)

20. Can I have two or more actions in the same form?

No. A form must have exactly one action. However, the server-side (e.g., CGI) program that processes your form submissions can perform any number of tasks (e.g., updating a database, sending email, logging a transaction) in response to a single form submission.

(Continued on next question...)

Other Interview Questions