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
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_form_action.html
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_form_action.html
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_form_action.html
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_form_action.html
mechanize-2.3 test/htdocs/tc_form_action.html
mechanize-2.2.1 test/htdocs/tc_form_action.html
mechanize-2.2 test/htdocs/tc_form_action.html
mechanize-2.1.1 test/htdocs/tc_form_action.html
domo-0.0.5 vendor/bundle/ruby/1.9.1/gems/mechanize-2.1/test/htdocs/tc_form_action.html
domo-0.0.4 vendor/bundle/ruby/1.9.1/gems/mechanize-1.0.0/test/htdocs/tc_form_action.html
diamond-mechanize-2.4 test/htdocs/tc_form_action.html
diamond-mechanize-2.3 test/htdocs/tc_form_action.html
diamond-mechanize-2.1 test/htdocs/tc_form_action.html
mechanize-2.1 test/htdocs/tc_form_action.html
mechanize-2.1.pre.1 test/htdocs/tc_form_action.html
aai10-mechanize-2.0.1.0 test/htdocs/tc_form_action.html
neocoin-mechanize-2.0.2 test/htdocs/tc_form_action.html
mechanize-2.0.1 test/htdocs/tc_form_action.html
mechanize-2.0 test/htdocs/tc_form_action.html
mechanize-2.0.pre.2 test/htdocs/tc_form_action.html