Sha256: afb215a5bab3b639b2e182093b28d8e6020b16f6cfabecd50bd3d117fa99ef5b

Contents?: true

Size: 1.26 KB

Versions: 92

Compression:

Stored size: 1.26 KB

Contents

<html>
  <head><title>Page Title</title></head>
  <body>
    <h1>Post Form 1</h1>
    <form name="post_form1" method="post" action="/form_post?a=b&amp;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&amp;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

92 entries across 92 versions & 12 rubygems

Version Path
mechanize-2.14.0 test/htdocs/tc_form_action.html
mechanize-2.13.0 test/htdocs/tc_form_action.html
mechanize-2.12.2 test/htdocs/tc_form_action.html
mechanize-2.12.1 test/htdocs/tc_form_action.html
mechanize-2.12.0 test/htdocs/tc_form_action.html
mechanize-2.11.0 test/htdocs/tc_form_action.html
mechanize-2.10.1 test/htdocs/tc_form_action.html
mechanize-2.10.0 test/htdocs/tc_form_action.html
mechanize-2.9.2 test/htdocs/tc_form_action.html
mechanize-2.9.1 test/htdocs/tc_form_action.html
mechanize-2.9.0 test/htdocs/tc_form_action.html
mechanize-2.8.5 test/htdocs/tc_form_action.html
mechanize-2.8.4 test/htdocs/tc_form_action.html
mechanize-2.8.3 test/htdocs/tc_form_action.html
mechanize-2.8.2 test/htdocs/tc_form_action.html
mechanize-2.8.1 test/htdocs/tc_form_action.html
mechanize-2.8.0 test/htdocs/tc_form_action.html
mechanize-2.7.7 test/htdocs/tc_form_action.html
husc-0.2.1 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_form_action.html
husc-0.2.0 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_form_action.html