File: 1b-test24.html

package info (click to toggle)
libcgi-formbuilder-perl 3.05.01-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,152 kB
  • ctags: 527
  • sloc: perl: 6,068; makefile: 19; sh: 7
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" />