主页 > 知识库 > asp下通过HTTP_USER_AGENT判断用户是从手机上访问,还是电脑IE上访问

asp下通过HTTP_USER_AGENT判断用户是从手机上访问,还是电脑IE上访问

热门标签:世界地图标注了哪些城市 创意电话机器人 济源电销外呼系统线路 武穴地图标注 外呼线路批发 梧州市地图标注 地图标注阳江 石家庄慧营销外呼系统 java外呼系统是什么
通过HTTP_USER_AGENT判断用户是从手机上访问,还是电脑IE上访问。

asp代码片段:主要使用了正则匹配手机环境,大家可以补充手机平台。
复制代码 代码如下:

set regex = new regexp
regex.ignorecase = true
regex.global = true
regex.pattern = "mini 9.5|vx1000|lge |m800|e860|u940|ux840|compal|wireless| mobi|ahong|lg380|lgku|lgu900|lg210|lg47|lg920|lg840|lg370|sam-r|mg50|s55|g83|t66|vx400|mk99|d615|d763|el370|sl900|mp500|samu3|samu4|vx10|xda_|samu5|samu6|samu7|samu9|a615|b832|m881|s920|n210|s700|c-810|_h797|mob-x|sk16d|848b|mowser|s580|r800|471x|v120|rim8|c500foma:|160x|x160|480x|x640|t503|w839|i250|sprint|w398samr810|m5252|c7100|mt126|x225|s5330|s820|htil-g1|fly v71|s302|-x113|novarra|k610i|-three|8325rc|8352rc|sanyo|vx54|c888|nx250|n120|mtk |c5588|s710|t880|c5005|i;458x|p404i|s210|c5100|teleca|s940|c500|s590|foma|samsu|vx8|vx9|a1000|_mms|myx|a700|gu1100|bc831|e300|ems100|me701|me702m-three|sd588|s800|8325rc|ac831|mw200|brew |d88|htc\/|htc_touch|355x|m50|km100|d736|p-9521|telco|sl74|ktouch|m4u\/|me702|8325rc|kddi|phone|lg |sonyericsson|samsung|240x|x320vx10|nokia|sony cmd|motorola|up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|psp|treo|iris|3g_t|windows ce|opera mobi|windows ce; smartphone;|windows ce; iemobile|ipod|iphone|android|opera mini|blackberry|palm os|palm|hiptop|avantgo|fennec|plucker|xiino|blazer|elaine|iris|3g_t|windows ce|opera mobi|windows ce; smartphone;|windows ce; iemobile"

agent = request.ServerVariables("HTTP_USER_AGENT") ""
if agent > "" then
if not regex.test(agent) then
'不是从手机来的访问,跳转到your.domain.com
response.redirect("http://your.domain.com")
end if
end if

感谢老曹提供的asp代码。
dragonchen82@hotmail.com

标签:淮北 南宁 唐山 滁州 迪庆 揭阳 甘南 来宾

巨人网络通讯声明:本文标题《asp下通过HTTP_USER_AGENT判断用户是从手机上访问,还是电脑IE上访问》,本文关键词  asp,下,通过,HTTP,USER,AGENT,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《asp下通过HTTP_USER_AGENT判断用户是从手机上访问,还是电脑IE上访问》相关的同类信息!
  • 本页收集关于asp下通过HTTP_USER_AGENT判断用户是从手机上访问,还是电脑IE上访问的相关信息资讯供网民参考!
  • 推荐文章