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

Version Path
mechanize-0.6.4 test/htdocs/form_multival.html
mechanize-0.6.6 test/htdocs/form_multival.html
mechanize-0.6.8 test/htdocs/form_multival.html
mechanize-0.6.11 test/htdocs/form_multival.html
mechanize-0.6.7 test/htdocs/form_multival.html
mechanize-0.6.9 test/htdocs/form_multival.html
mechanize-0.6.2 test/htdocs/form_multival.html
mechanize-0.6.3 test/htdocs/form_multival.html
mechanize-0.6.5 test/htdocs/form_multival.html
mechanize-0.7.6 test/htdocs/form_multival.html
mechanize-0.7.4 test/htdocs/form_multival.html
mechanize-0.7.0 test/htdocs/form_multival.html
mechanize-0.7.3 test/htdocs/form_multival.html
mechanize-0.7.8 test/htdocs/form_multival.html
mechanize-0.7.1 test/htdocs/form_multival.html
mechanize-0.7.2 test/htdocs/form_multival.html
mechanize-0.7.5 test/htdocs/form_multival.html
mechanize-0.7.7 test/htdocs/form_multival.html
mechanize-0.8.0 test/htdocs/form_multival.html
mechanize-0.8.2 test/htdocs/form_multival.html