标题:跳转网页
取消只看楼主
abcc
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2005-1-22
 问题点数:0 回复次数:1 
跳转网页
<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>
以上代码错在哪里,怎么不能按原先想的跳转
搜索更多相关主题的帖子: 网页 
2005-07-18 12:26
abcc
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2005-1-22
得分:0 
我试了不行,它总是跳到l2.html去,l1.html跳不过去
2005-07-18 17:02



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-23152-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.112106 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved