跳转网页
<html><head>
<title>无标题文档</title>
</head>
<body>
<%response.buffer=false
response.Expires=0
if request.ServerVariables("http_ua-pixels")="800*600" then
response.Redirect("l1.html")
else
response.Redirect("l2.html")
end if%>
</body>
</html>
以上代码错在哪里,怎么不能按原先想的跳转