Skip to content

Instantly share code, notes, and snippets.

@mttr mttr/form_reset.html

Created Nov 26, 2014
Embed
What would you like to do?
<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
You can’t perform that action at this time.