What is the action property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the action property?
Rating:
The action property belongs to the form object. This property works in the same way as the action attribute of the <form> tag. The form data is directed to the URL that is provided as the value of the action property. This property works only when the submit button is clicked.
The syntax of the action property is as follows:
Rating:
Was this information helpful?
Other articles
- What is a script?
- How to use the status property?
- How is decision-making done in JavaScript?
- The Array object, Its Properties, and Methods.
- What is a security policy?