This page is Not Ready
The formmethod attribute defines the HTTP method for sending form-data to the action URL.
<form action="submit_post.php" method="post"> Input field: <input type="text" name="inputfield"> <input type="submit" value="Submit"> <input type="submit" formmethod="get" formaction="submit_get.asp" value="Submit using GET"> </form>
input type=submit
Microsoft Developer Network: [Windows Internet Explorer API reference Article]