
Option Explicit
On Error Resume Next
Response.Charset="UTF-8"
Response.Buffer=True
Response.Expires = "0"
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-Control", "no-cache, must-revalidate"
%>
<?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 forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="管理登录" id="card1">
<p> 游客</p><p>
名称:<input type="text" name="username" size="12" value="" /><br/>密码:<input type="password" name="password" size="12" value="" /><br/><anchor title="post">[------------------------提交------------------------]<go href="wap.asp?act=Login" method="post"><postfield name="username" value="$(username:n)" /><postfield name="password" value="$(password:n)" /></go></anchor><br/>
<br/>
<a href="http://www.ri66.cn/wap.asp">首页</a>
</p>
</card>
</wml>