1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
4<TITLE>[ #505770] Unclosed <option> tag causing problems</TITLE>
5</HEAD>
6<BODY>
7
8<form name="myhand">
9<input type="text" disabled size="30" value="Top
10Card on Discard Pile -- None" name="topcard">
11<br>
12<select ondblclick="parent.master.aGame.Hand.Cards
13[this.selectedIndex].ShowCard();"
14onChange="document.myhand.cardtext.value = this
15[this.selectedIndex].value" name="handselect" size="7">
16<option value="">-------------Empty Hand---------
17----
18<option value="">
19<option value="">
20<option value="">
21<option value="">
22<option value="">
23<option value="">
24</select>
25<textarea disabled rows=5 cols=28 title="Selected
26Card Text" name="cardtext">Selected Card Text
27</textarea>
28<br>
29<input type="button" value="Discard & Draw"><br>
30<input type="button" value="Discard & Draw from
31Discard">
32</form>
33</BODY>
34</HTML>
35