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
eric-mechanize-0.9.3.20090623142847 test/htdocs/form_multival.html
kitamomonga-mechanize-0.9.3.20090724215219 test/htdocs/form_multival.html
knu-mechanize-0.9.3.20090623142847 test/htdocs/form_multival.html
tenderlove-mechanize-0.9.3.20090617085936 test/htdocs/form_multival.html
tenderlove-mechanize-0.9.3.20090623142847 test/htdocs/form_multival.html
tenderlove-mechanize-0.9.3.20090911221705 test/htdocs/form_multival.html
domo-0.0.4 vendor/bundle/ruby/1.9.1/gems/mechanize-1.0.0/test/htdocs/form_multival.html
mechanize-1.0.0 test/htdocs/form_multival.html
mechanize-ntlm-0.9.1 test/htdocs/form_multival.html
mechanize-0.5.2 test/htdocs/form_multival.html
mechanize-0.5.3 test/htdocs/form_multival.html
mechanize-0.5.0 test/htdocs/form_multival.html
mechanize-0.5.4 test/htdocs/form_multival.html
mechanize-0.6.10 test/htdocs/form_multival.html
mechanize-0.6.0 test/htdocs/form_multival.html
mechanize-0.6.1 test/htdocs/form_multival.html
mechanize-0.4.5 test/htdocs/form_multival.html
mechanize-0.4.6 test/htdocs/form_multival.html
mechanize-0.4.7 test/htdocs/form_multival.html
mechanize-0.5.1 test/htdocs/form_multival.html