[prev] [index] [next]

ACTION Attribute

<form ... action='URL' ... >
  • specifies script URL to process form data
When the form is submitted ...
  • invoke the URL specified in action
  • pass all form data to it
If no action attribute, re-invoke the current script.