<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/19" class="A" scope="wml" testtype="application" type="auto" source="wml13#9.5.1" device="both">
  <assertion>When the HREF attribute value of a GO element is an HTTP URI, the
METHOD attribute has a value of "get" and the ENCTYPE attribute is 
"application/x-www-form-urlencoded" the request must be performed according to 
these attributes.
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result ci="true">
      <name>ENV_REQUEST_METHOD</name>
      <value>get</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="get" enctype="application/x-www-form-urlencoded">
<postfield name="name1" value="value1"/>
<postfield name="name2" value="value2"/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>
]]>
    </card>
  </cards>
</test>

