summaryrefslogtreecommitdiff
path: root/old/test/form_reset.html
blob: 44a7449a63854b91c5aada293f3bb1188e26fc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<form action="https://www.dillo.org/test/sldjlskjf">
<select name=sel0>
  <option selected>first selected
  <option>not1
  <option>not 2
</select>
<select name=sel1>
  <option>not
  <option>not2
  <option selected>last selected
</select>
<select name=sel2>
  <option>none by author 1
  <option>none by author 2
  <option>none by author 3
</select>
<select name=sel3 multiple>
  <option selected>yes
  <option>no
  <option selected>yes
  <option>no
  <option selected>yes
  <option>no
  <option selected>yes
  <option>no
</select>
<select name=sel4 multiple>
  <option>no
  <option selected>yes
  <option>no
  <option selected>yes
  <option>no
  <option selected>yes
  <option>no
  <option selected>yes
</select>
<select name=sel5 multiple>
  <option>none by author 1
  <option>none by author 2
  <option>none by author 3
</select>
<select name=sel6 size=3>
  <option>only1 1
  <option>only1 2
  <option>only1 3
</select>
<select name=sel7 size=3>
  <option selected>first sel
  <option>only1 2
  <option>only1 3
</select>
<select name=sel8 size=3>
  <option>only1 1
  <option>only1 2
  <option selected>last sel
</select>
<select name=sel9 size=3>
</select>
<select name=sela multiple>
</select>
<select name=selb>
</select>
<input type=reset>
<input type=submit>
</form>