源码如下
----------------------------------------------------
<?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"/>
</head>
<card id="main" title="main">
<p>
帐号<input name="_phone" title="account" type="text" size="12"/><br/>
密码<input name="_pwd" title="pwd" type="password" size="12"/>
</p>
<p>
<do type="accept" label="submit" name="do1">
<go href="http://*.*.*.*:*/*.asp" method="post">
<postfield name="phone" value="$(_phone:noesc)"/>
<postfield name="pwd" value="$(_pwd:noesc)"/>
</go>
</do>
</p>
</card>
</wml>