/form_reset.html
Created Nov 26, 2014
| <html> | |
| <head></head> | |
| <body> | |
| <!-- Run with nc -l 8000 --> | |
| <form action="http://localhost:8000" method=get id="foo"> | |
| <input name=bar type=checkbox checked> | |
| <input name=baz value="baz1" type=radio checked> | |
| <input name=baz value="baz2" type=radio> | |
| <input type=text name=bye value="hi!"> | |
| <input type=text name=empty value=""> | |
| <input type=text name=reallyempty> | |
| <input type=submit> | |
| <input type=reset> | |
| </form> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment