<!--#include file=CONN.ASP-->
<%
dim id,username,ts,m
m=trim(request("m"))
id=trim(request("id"))
ts=trim(request("ts"))
if not isnumeric(id) or id="" then
response.write "<li>参数错误!"
cl
response.end
end if
if request.cookies("fox")("username")="" or request.cookies("fox")("domain")="" or request.cookies("fox")("id")="" then
response.write "<br>"
response.write "<li>你还没有登陆!"
cl
response.end
end if
if request("fox")="chk" then
call fox()
response.end
end if
%>