HTML - Submit
simple buttons submit, clear code
<form action="/actions/execute.aspx" method="get" name="input"> Username: <input name="username" type="text" /> <br /> <input type="submit" value="Submit" /> <input type="reset" value="Reset" /> </form> |
This is how it will appear in a browser |
View above example output in a new browser window |