File: case-505770%401.html

package info (click to toggle)
tidy-html5 2%3A5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,668 kB
  • sloc: ansic: 43,061; ruby: 1,368; sh: 404; xml: 225; cpp: 30; makefile: 26
file content (34 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (2)
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
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>[ #505770] Unclosed option tag causing problems</TITLE>
</HEAD>
<BODY>

<form name="myhand">
<input type="text" disabled size="30" value="Top
Card on Discard Pile -- None" name="topcard">
<br>
<select ondblclick="parent.master.aGame.Hand.Cards
[this.selectedIndex].ShowCard();"
onChange="document.myhand.cardtext.value = this
[this.selectedIndex].value" name="handselect" size="7">
<option value="">-------------Empty Hand---------
----
<option value="">
<option value="">
<option value="">
<option value="">
<option value="">
<option value="">
</select>
<textarea disabled rows=5 cols=28 title="Selected
Card Text" name="cardtext">Selected Card Text
</textarea>
<br>
<input type="button" value="Discard & Draw"><br>
<input type="button" value="Discard & Draw from
Discard">
</form>
</BODY>
</HTML>