<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/select/element/name/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.2.1" device="both">
  <assertion>When the NAME attribute of the SELECT element is set to a string, it
defines the name of a variable in which to record the user's selection(s).
When the MULTIPLE attribute of this SELECT element is set to TRUE, and
multiple options are selected, the value of the variable named by NAME is a
semi-colon separated list of values.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>2;3</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Select items 2 and 3:
<select name="test" multiple="true">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</p>
<p>
Select this&nbsp;<a href="#card1">link</a>&nbsp;to finish the test.
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<resulturl>">
<sessionvars>
<postfield name="test" value="$test"/>
</go>
</onevent>
</card>
]]>
    </card>
  </cards>
</test>

