Form Attribute
Attribute | Description |
---|---|
name |
Name of form for scripting |
action |
URL of form script |
method |
HTTP method, POST / GET (default) |
enctype |
Media type, See enctype |
onsubmit |
Runs when the form was submit |
onreset |
Runs when the form was reset |
Comments