- 9 What Changes Will Happen In Our Web Application If We Delete Method Get From This Piece Of Code Form Action Sea 1 (27.47 KiB) Viewed 49 times
9. What changes will happen in our web application, if we delete "method=GET" from this piece of code? form action="/sea
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
9. What changes will happen in our web application, if we delete "method=GET" from this piece of code? form action="/sea
9. What changes will happen in our web application, if we delete "method=GET" from this piece of code? form action="/search" method="GET" <input id="search-box" type="text" name="search-keyboard" value="Default"> <input type="submit" value="OK"></form> 1 2 3 It runs to this error: GET request error It runs to this error: HTTP request error Nothing OIt runs to this error: POST request error X Incorrect This is HTML, it won't produce an error. The HTML is valid. Do forms have a default method?