File: 1b-test24.html

package info (click to toggle)
libcgi-formbuilder-perl 3.09-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,504 kB
  • ctags: 450
  • sloc: perl: 7,224; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
<select id="other_test" name="other_test" onchange="if (this.selectedIndex + 1 == this.options.length) { fb_other_on('_other_other_test') } else { fb_other_off('_other_other_test') }">
  <option value="">-select-</option>
  <option value="1">1</option>
  <option value="2">2</option>
  <option value="3">3</option>
  <option value="4">4</option>
  <option value="5">5</option>
  <option selected="selected" value="_other_other_test">Other:</option>
  </select> <input id="_other_other_test" name="_other_other_test" type="text" value="42" />