<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<wml>
<head>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<link rel="stylesheet" type="text/css" href="css/wml.css"/>
</head>
<card title="King-war Mobile version 1.0 Login">  
<p>
UserName:<br/>
<input name="userName" emptyok="false" size="20" maxlength="10"/><br/>
Password:<br/>
<input name="password" emptyok="false" size="20" type="password" maxlength="40"/><br/>
<anchor>
<br/>
<button type="submit">Login</button>
<go href="chklogin.asp" method="post">
<postfield name="userName" value="$(userName:n)" />
<postfield name="password" value="$(password:n)" />
<postfield name="Method" value="POST" />
</go>
</anchor>
<br/>
</p>
</card> 
</wml>
