Sha256: 0dbb2d56844e8575f1e088e72f8269b77a11c0506cdd090ec5e421e98a916843

Contents?: true

Size: 496 Bytes

Versions: 96

Compression:

Stored size: 496 Bytes

Contents

<html>
  <body>
    <form name="form1" method="post" action="/form_post">
      <select name="list" multiple size="3">
        <option value="1">Option 1</option>
        <option value="2" selected>Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
        <option value="5">Option 5</option>
        <option value="6">Option 6</option>
      </select>
      <br />
      <input type="submit" value="Submit" />
    </form>
  </body>
</html>

Version data entries

96 entries across 96 versions & 12 rubygems

Version Path
mechanize-0.7.5 test/htdocs/form_multi_select.html
mechanize-0.7.8 test/htdocs/form_multi_select.html
mechanize-0.7.7 test/htdocs/form_multi_select.html
mechanize-0.7.6 test/htdocs/form_multi_select.html
mechanize-0.7.4 test/htdocs/form_multi_select.html
mechanize-0.7.3 test/htdocs/form_multi_select.html
mechanize-0.8.0 test/htdocs/form_multi_select.html
mechanize-0.8.1 test/htdocs/form_multi_select.html
mechanize-0.8.2 test/htdocs/form_multi_select.html
mechanize-0.8.3 test/htdocs/form_multi_select.html
mechanize-0.8.4 test/htdocs/form_multi_select.html
mechanize-0.9.1 test/htdocs/form_multi_select.html
mechanize-0.9.3 test/htdocs/form_multi_select.html
mechanize-0.8.5 test/htdocs/form_multi_select.html
mechanize-0.9.0 test/htdocs/form_multi_select.html
mechanize-0.9.2 test/htdocs/form_multi_select.html