<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/15" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.5.1" device="both">
  <assertion>When the ENCTYPE attributes value is "APPLICATION/X-WWW-FORM-URLENCODED",
the field names and values must be encoded by the name seperated from the 
value by "=" and name/value pairs seperated from each other by "&amp;".
</assertion>
  <specnote>Added with wml version 1.3.  Revised ref WAG comments 06/00 - Test
added.</specnote>
  <results>
    <result ci="true">
      <name>ENV_REQUEST_METHOD</name>
      <value>post</value>
    </result>
    <result>
      <name>name1</name>
      <value>value1</value>
    </result>
    <result>
      <name>name2</name>
      <value>value2</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="#card1"/>
</onevent>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<responseurl>" method="post">
<postfield name="name1" value="value1"/>
<postfield name="name2" value="value2"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>
]]>
    </card>
  </cards>
</test>

