File: 1b-test26.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-- 538 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
<select id="butter_test" name="butter_test" onchange="if (this.selectedIndex + 1 == this.options.length) { fb_other_on('_other_butter_test') } else { fb_other_off('_other_butter_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 value="_other_butter_test">Other:</option>
  </select> <input disabled="disabled" id="_other_butter_test" name="_other_butter_test" type="text" />