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 the history object?
- What is the switch statement?
- What is the charAt() method?
- What is the modulo operator?
- What is the pathname property?