<?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="init" newcontext="true" title="DHL">
   <do type="options" name="copy" label="Copyright">
     <go href="#copyright"/>
   </do>
   <p align="center">
     <img alt="DHL International" src="dhl.wbmp"/>
     Welcome to DHL WorldWide Package Tracking Service
     <br/>
     <br/>
     <small>Please enter the Airwaybill number of the shipment you wish to track:</small>
     <br/>
     <input format="N9N" name="AWB"/>
     <anchor title="Track">Track
       <go href="track.cgi?AWB=$(AWB)" method="get">
		   </go>
		 </anchor> 
	 </p>
   
 </card>

 <card id="copyright">
   <do type="prev">
     <prev/>
   </do>
   <p align="center">
     <br/>
     <small>
       Copyright&#xA9; 1999
       <br/>
       DHL International Ltd. All Rights Reserved.
       <br/>
     </small>
   </p>
 </card>

</wml>

