Sha256: 54a08a86ad93883971c3c1dcf75d968391299a35f251c281ae3f28b9317670f6
Contents?: true
Size: 1.36 KB
Versions: 11
Compression:
Stored size: 1.36 KB
Contents
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8; charset=utf-8"/> <title>Page Title</title> </head> <body> <h1>Post Form 1</h1> <form name="post_form1" method="post" action="/form_post?a=b&b=c"> <table> <tr> <td>First Name</td> <td><input type="text" name="first_name" /></td> </tr> </table><br /> <input type="submit" value="Submit" /> </form> <h1>Post Form 2</h1> <form name="post_form2" method="get" action="/form_post?a=b&b=c"> <table> <tr> <td>First Name</td> <td><input type="text" name="first_name" /></td> </tr> </table><br /> <input type="submit" value="Submit" /> </form> <h1>Post Form 3</h1> <form name="post_form3" method="post" action="/form_post?a=b&b=c"> <table> <tr> <td>First Name</td> <td><input type="text" name="first_name" /></td> </tr> </table><br /> <input type="submit" value="Submit" /> </form> <h1>Post Form 4</h1> <form name="post_form4" method="post" action="/form_post#1"> <table> <tr> <td>First Name</td> <td><input type="text" name="first_name" /></td> </tr> </table><br /> <input type="submit" value="Submit" /> </form> </body> </html>
Version data entries
11 entries across 11 versions & 6 rubygems