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
husc-0.1.1 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_form_action.html
husc-0.1.0 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/tc_form_action.html
mechanize-2.7.6 test/htdocs/tc_form_action.html
mechanize-2.7.5 test/htdocs/tc_form_action.html
mechanize-2.7.4 test/htdocs/tc_form_action.html
eric-mechanize-0.9.3.20090623142847 test/htdocs/tc_form_action.html
kitamomonga-mechanize-0.9.3.20090724215219 test/htdocs/tc_form_action.html
knu-mechanize-0.9.3.20090623142847 test/htdocs/tc_form_action.html
tenderlove-mechanize-0.9.3.20090617085936 test/htdocs/tc_form_action.html
tenderlove-mechanize-0.9.3.20090623142847 test/htdocs/tc_form_action.html
tenderlove-mechanize-0.9.3.20090911221705 test/htdocs/tc_form_action.html
mechanize-2.7.3 test/htdocs/tc_form_action.html
mechanize-2.7.2 test/htdocs/tc_form_action.html
mechanize-2.7.1 test/htdocs/tc_form_action.html
mechanize-2.7.0 test/htdocs/tc_form_action.html
mechanize-2.6.0 test/htdocs/tc_form_action.html
mechanize-2.5.1 test/htdocs/tc_form_action.html
mechanize-2.5 test/htdocs/tc_form_action.html
mechanize-2.4 test/htdocs/tc_form_action.html
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/mechanize-2.3/test/htdocs/tc_form_action.html