<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.com/dtd/wml_1.1.xml"> 
 
<wml>
  <card id="ping" title="Ping @ EmptySoft">
	Host: <input name="host" title="" /><br/> 
	Try: <input name="try" title="" value="1"/><br/>


<!--Eingaben speichern-->                                                                                                               
	<anchor title="Speichern"> -= Lets Ping =-                                                                               
	    <go method="get" href="/cgi-bin/w_ping.pl">                                                                  
		<postfield name="host" value="$(host)"/>                                                                   
		<postfield name="try" value="$(try)"/>                                                                      
	    </go>                                                                                                                
	</anchor>
  </card>
</wml>
