<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/select/element/iname/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.2.1" device="both">
  <assertion>When the INAME attribute of the SELECT element is specified, it defines
the name of a variable in which the index of the user selected option(s) will
be stored.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>2</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Select item "two":
<select ivalue="0" iname="test" multiple="false">
<option value="one">one</option>
<option onpick="#card1" value="two">two</option>
<option value="three">three</option>
</select>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<responseurl>">
<postfield name="test" value="$test"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>
]]>
    </card>
  </cards>
</test>

