![]() |
Definition and Usage
The
The form-data can be sent as URL variables (with Notes on GET:
Notes on POST:
Applies to
The
Browser Support
|
Example:
HTML
<form action="/action_page.php" method="get" target="_blank"> <label for="fname">First name:</label> <input type="text" id="fname" name="fname"><br><br> <label for="lname">Last name:</label> <input type="text" id="lname" name="lname"><br><br> <input type="submit" value="Submit">
</form>
html method attribute |
How to Submit a form using the "get" method | HTML Attribute |
Type
: |
Develop |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Attribute |
Uploaded by
: |
Admin |
Read Article https://horje.com/learn/1434/reference