<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/postfield/1" class="A" scope="wml" testtype="application" type="auto" source="wml13#9.3" device="both">
  <assertion>The NAME attribute of the POSTFIELD element defines the name of a field,
and the VALUE attribute defines the value to associate with that NAME. When
a GO task is executed the name and value of the field are sent to the server.
</assertion>
  <results>
    <result>
      <name>var</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="<responseurl>">
<postfield name="var" value="pass"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>]]>
  </method>
</test>

