Sha256: 49291183edf50483cd036cb175ce8b81a7585355b863de0c307a6478f0c39e95
Contents?: true
Size: 945 Bytes
Versions: 48
Compression:
Stored size: 945 Bytes
Contents
<html> <head><title>Page Title</title></head> <body> <form name="post_form" method="post" action="/form_post"> <table> <tr> <td>First Name</td> <td><input name="first" type="text" /></td> </tr> <tr> <td>First Name Again</td> <td><input name="first" type="text" /></td> </tr> <tr> <td><input type="submit" value="Submit" /></td> <td></td> </tr> </table> </form> <form name="get_form" method="get" action="/form_post"> <table> <tr> <td>First Name</td> <td><input name="first" type="text" /></td> </tr> <tr> <td>First Name Again</td> <td><input name="first" type="text" /></td> </tr> <tr> <td><input type="submit" value="Submit" /></td> <td></td> </tr> </table> </form> </body> </html>
Version data entries
48 entries across 48 versions & 7 rubygems