怎么检测是wap或者web访问

我想做个站点,进去时检测是什么类型访问,若是WAP转去wap/index.asp网页,若是web访问转去web/index.asp谁能给个代码... 我想做个站点,进去时检测是什么类型访问,若是WAP转去wap/index.asp网页,若是web访问转去web/index.asp谁能给个代码 展开
 我来答
cybdw
2010-06-07 · 超过13用户采纳过TA的回答
知道答主
回答量:70
采纳率:0%
帮助的人:31.5万
展开全部
<%
rpath="http://"&Request.ServerVariables("HTTP_HOST")&"/"
dim agent,str,siteid,tourl
agent=request.ServerVariables("HTTP_USER_AGENT")

if instr(agent,"Mozilla")=0 then
tourl= "wapindex.asp" 'WAP page
toWML()
else

str=agent
str=replace(str,"Opera","")
str=replace(str,"SmartPhone","")
str=replace(str,"CE","")
str=replace(str,"UC","")
str=replace(str,"Symbian","")
str=replace(str,"NetFront","")
if Len(agent)=Len(str) then
response.redirect "web/index.asp" 'admin
else
tourl= "wap/index.asp" 'WAP page
toWML()
end if

end if

sub toWML()
response.redirect rpath&tourl
response.end
end sub%>
wap网游网_
2010-06-08 · TA获得超过163个赞
知道小有建树答主
回答量:341
采纳率:0%
帮助的人:195万
展开全部
cybdw的回答还不够全面,不过可以实现大部分浏览器跳转
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式