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.0.pre.1 test/htdocs/tc_form_action.html
mechanize-1.0.1.beta.20110107104205 test/htdocs/tc_form_action.html
mechanize-1.0.0 test/htdocs/tc_form_action.html
mechanize-ntlm-0.9.1 test/htdocs/tc_form_action.html
mechanize-0.6.10 test/htdocs/tc_form_action.html
mechanize-0.6.9 test/htdocs/tc_form_action.html
mechanize-0.6.8 test/htdocs/tc_form_action.html
mechanize-0.6.7 test/htdocs/tc_form_action.html
mechanize-0.6.5 test/htdocs/tc_form_action.html
mechanize-0.6.3 test/htdocs/tc_form_action.html
mechanize-0.6.11 test/htdocs/tc_form_action.html
mechanize-0.6.4 test/htdocs/tc_form_action.html
mechanize-0.6.6 test/htdocs/tc_form_action.html
mechanize-0.7.1 test/htdocs/tc_form_action.html
mechanize-0.8.0 test/htdocs/tc_form_action.html
mechanize-0.7.7 test/htdocs/tc_form_action.html
mechanize-0.7.6 test/htdocs/tc_form_action.html
mechanize-0.7.5 test/htdocs/tc_form_action.html
mechanize-0.7.4 test/htdocs/tc_form_action.html
mechanize-0.7.3 test/htdocs/tc_form_action.html