<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
  <card id="card1" title="WAP Retriever">  
   <p>		 
     Enter WAP ID :
    <br/>
	<input name="wapid" type="text" id="image"></input>
    <do type="accept" name="next" label="Get File">
     <go href="redirect.php" method="post">
      <postfield name="image" value="$(wapid)"/>
      <postfield name="type" value="$(mediatype)"/>	  
     </go>
    </do>
   </p> 
  </card>
 </wml>
	  

