存成ASP页面
<%Response.ContentType="text/vnd.wap.wml"%>
<?xml version="1.0" encoding="gb2312"?><!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.3//EN" "http://www.phone.com/dtd/wml13.dtd">
<wml>
<head>
<meta http-equiv="Cache-Control" content="max-age=0" forua="true"/>
</head>
<card>
<p>
<%
status=Request.QueryString("status")
id=Request.QueryString("id")
select case status
case "OK"
msg="下载成功"
case "TIMEOUT"
msg="超时,请重新下载!"
case "OUT_OF_MEMOTY"
msg="你手机的内存不够!"
case else
msg="下载失败!"
end select
response.Write msg
%><br/>
感谢您使用下载!<%=id%><br/>
<anchor title="确定">
<prev/>返回
</anchor><br/>
</p>
<do type="options" label="回首页">
<go href="http://wap.uni-info.com.cn"/>
</do>
</card>
</wml>