某跳转页面有这样一段asp程序。功能是负责页面跳转。如下:
<script language="javascript" type="text/javascript" src="http://js.users.51.la/3848694.js"></script>
<noscript><a href="http://www.51.la/?3848694" target="_blank"><img alt="我要啦免费统计" src="http://img.users.51.la/3848694.asp" style="border:none" /></a></noscript>
<%
delaySec(5)//暂停5秒
if request("a") = "down12" then
response.Redirect("http://998youword.cn/softdown/down12.exe")
elseif request("a") = "zmke1" then
response.Redirect("http://998youword.cn/softdown/zmke1.exe")
elseif request("a") = "zmke2" then
response.Redirect("http://998youword.cn/softdown/zmke2.exe")
else
response.Redirect("http://www.leyuxin.cn/index.htm")
end if
%>
结果:统计不到访问数据。。用的51啦统计代码,cnzz也没数据。请问各位是什么问题?谢了