Sha256: b9183455cd5759841bab399812df9f862f5a191ab0b6fc80da7001ee2eebfa32
Contents?: true
Size: 772 Bytes
Versions: 97
Compression:
Stored size: 772 Bytes
Contents
<html> <head><title>tc_checkboxbuttons.html</title></head> <body> <form name="form1" method="post" action="/form_post"> Gender:<br /> M: <input type="checkbox" name="male" /><br /> F: <input type="checkbox" name="female" /><br /> Your one favorite color:<br /> Green: <input type="checkbox" name="green" /><br /> Green: <input type="checkbox" name="green" /><br /> Red: <input type="checkbox" name="red" /><br /> Blue: <input type="checkbox" name="blue" /><br /> Yellow: <input type="checkbox" name="yellow" /><br /> Brown: <input type="checkbox" name="brown" /><br /> Purple: <input type="checkbox" name="purple" /><br /> <input type="submit" value="Submit" /> </form> </body> </html>
Version data entries
97 entries across 97 versions & 12 rubygems