HTML Form - Method Attribute
- get method: With the HTTP "get" method, the form data set is appended to the URI
specified by the action attribute (with a question-mark ("?") as separator) and
this new URI is sent to the processing agent.
- post method: With the HTTP "post" method, the form data set is included in the body
of the form and sent to the processing agent.
previous slide |
next slide
Return to Beginning of Presentation
Return to Software Development Library