99亚洲_成人性视频免费网站_av在线播放网址_免费成人在线网站_亚洲综合婷婷_亚洲一区二区国产

訂閱本欄目 RSS您所在的位置: 深山工作室 > ASP > 正文

asp判斷是否是手機(jī)訪問

網(wǎng)絡(luò) 2015/3/11 9:06:06 深山 字體: 瀏覽 8073
asp判斷瀏覽器是否是手機(jī)版的,如果是手機(jī)版,就跳轉(zhuǎn)相應(yīng)的頁面

<%
qwbmmobilefeatures = "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|UC|Windows Phone|webOS|vnd.wap"


call Check_Wap()

Sub Check_Wap()
dim MoblieUrl,reExp,MbStr
Set reExp = New RegExp
MbStr="UC|Windows Phone|webOS|BlackBerry|iPod|vnd.wap|wap|symbian"
reExp.pattern=".*("&MbStr&").*"
reExp.IgnoreCase = True
reExp.Global = True
If reExp.test(Request.ServerVariables("HTTP_USER_AGENT")) Then
MoblieUrl="/3g/index.asp"''手機(jī)網(wǎng)站路徑
'response.redirect MoblieUrl
response.write "<font color='#f60'>這個是WAP手機(jī)版</font>"
'response.End
else
response.write "<font color='#09f'>這個是PC版</font>"
'response.End
End If
End Sub





'If instr(lcase(Request.ServerVariables("ALL_HTTP")),"vnd.wap")>0 or instr(lcase(Request.ServerVariables("ALL_HTTP")),"iphone")>0 or instr(lcase(Request.ServerVariables("ALL_HTTP")),"android")>0 or instr(lcase(Request.ServerVariables("ALL_HTTP")),"wap")>0 Or instr(lcase(Request.ServerVariables("All_HTTP")),"symbian") > 0 Or instr(lcase(Request.ServerVariables("All_HTTP")),"windows phone") > 0 Then
'response.Redirect("http://m.qwbm.com/?agent_id=494948")
'End If

'**************************************************

'函數(shù)名:websitez_detect_mobile_device

'作  用:判斷訪問瀏覽器的類型

'參  數(shù):

'返回值:瀏覽器類型

'函數(shù)名:regexpmobiletest

'作  用:在正則表達(dá)式中搜索給定的字符串,找到返回 true

'參  數(shù):

'返回值:布爾型

'日期:11-12-18




'**************************************************
Function regexpmobiletest(patrn, strng)
Dim regEx, retVal '建立變量
Set regEx=New RegExp '建立正則表達(dá)式
regEx.Pattern=patrn '設(shè)置模式
regEx.IgnoreCase=True '設(shè)置是否區(qū)分大小寫,true為不區(qū)分
retVal=regEx.Test(strng)'執(zhí)行搜索測試
regexpmobiletest=retVal
End Function 

function webmobilereturn(wmleis)
dim mobile_browser,user_agent, accept,mobile_browser_type
mobile_browser = "0"
user_agent=Trim(Lcase(Request.ServerVariables("HTTP_USER_AGENT")))
accept = Request.ServerVariables("HTTP_ACCEPT")
mobile_browser_type = "0" '0 - PC, 1 - Smart Phone, 2- Standard Phone  3 touch phone
'Select case true
if InStr(user_agent,"ipod")>0 or InStr(user_agent,"iphone")>0 or InStr(user_agent,"ipad")>0 then 'iPhone or iPod
mobile_browser = "1"
mobile_browser_type = "3" 'Smart Phone
elseif InStr(user_agent,"android")>0 then 'Android
mobile_browser = "1"
mobile_browser_type = "3" 'Smart Phone
elseif InStr(user_agent,"opera mini")>0 then 'Opera Mini
mobile_browser = "1"
mobile_browser_type = "1" 'Smart Phone
elseif InStr(user_agent,"blackberry")>0 then 'Blackberry
mobile_browser = "1"
mobile_browser_type = "1" 'Smart Phone
elseif InStr(user_agent,"series60")>0 or InStr(user_agent,"series 60")>0 then 'Symbian OS
mobile_browser = "1"
mobile_browser_type = "1" 'Smart Phone
elseif regexpmobiletest("(pre\/|palm os|palm|hiptop|avantgo|plucker|xiino|blazer|elaine)",user_agent) then 'Palm OS
mobile_browser = "1"
mobile_browser_type = "1" 'Smart Phone
elseif regexpmobiletest("(iris|3g_t|windows ce|opera mobi|iemobile)",user_agent) then 'Windows OS
mobile_browser = "1"
mobile_browser_type = "1" 'Smart Phone
elseif regexpmobiletest("(maemo|tablet|qt embedded|com2)",user_agent) then 'Nokia Tablet
mobile_browser = "1"
mobile_browser_type = "1" 'Smart Device
elseif regexpmobiletest("(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|x320|vx10|nokia|sony cmd|motorola|up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|psp|treo|vnd.rim|wml|nitro|nintendo|wii|xbox|archos|openweb|mini|docomo)",user_agent) then 'Mix of standard phones
mobile_browser = "1"
mobile_browser_type = "2" 'Standard Phone
elseif InStr(accept,"text/vnd.wap.wml")> 0 or InStr(accept,"application/vnd.wap.xhtml+xml")>0 then 'Any falling through the cracks
mobile_browser = "1"
mobile_browser_type = "2" 'Standard Phone
elseif Request.ServerVariables("HTTP_X_WAP_PROFILE")<>"" or Request.ServerVariables("HTTP_PROFILE")<>"" then 'Anyfalling through the cracks
mobile_browser = "1"
mobile_browser_type = "2" 'Standard Phone
elseif ubound(filter(array("1207","3gso","4thp","501i","502i","503i","504i","505i","506i","6310","6590","770","802s","a wa","acer","acs","airn","alav","asus","attw","au-m","aur ","aus ","abac","acoo","aiko","alco","alca","amoi","anex","anny","anyw","aptu","arch","argo","bell","bird","bw-n","bw-u","beck","benq","bilb","blac","c55/","cdm-","chtm","capi","cond","craw","dall","dbte","dc-s","dica","ds-d","ds12","dait","devi","dmob","doco","dopo","el49","erk0","esl8","ez40","ez60","ez70","ezos","ezze","elai","emul","eric","ezwa","fake","fly-","fly_","g-mo","g1 u","g560","gf-5","grun","gene","go.w","good","grad","hcit","hd-m","hd-p","hd-t","hei-","hp i","hpip","hs-c","htc ","htc-","htca","htcg","htcp","htcs","htct","htc_","haie","hita","huaw","hutc","i-20","i-go","i-ma","i230","iac","iac-","iac/","ig01","im1k","inno","iris","jata","java","kddi","kgt","kgt/","kpt ","kwc-","klon","lexi","lg g","lg-a","lg-b","lg-c","lg-d","lg-f","lg-g","lg-k","lg-l","lg-m","lg-o","lg-p","lg-s","lg-t","lg-u","lg-w","lg/k","lg/l","lg/u","lg50","lg54","lge-","lge/","lynx","leno","m1-w","m3ga","m50","maui","mc01","mc21","mcca","medi","meri","mio8","mioa","mo01","mo02","mode","modo","mot ","mot-","mt50","mtp1","mtv ","mate","maxo","merc","mits","mobi","motv","mozz","n100","n101","n102","n202","n203","n300","n302","n500","n502","n505","n700","n701","n710","nec-","nem-","newg","neon","netf","noki","nzph","o2 x","o2-x","opwv","owg1","opti","oran","p800","pand","pg-1","pg-2","pg-3","pg-6","pg-8","pg-c","pg13","phil","pn-2","pt-g","palm","pana","pire","pock","pose","psio","qa-a","qc-2","qc-3","qc-5","qc-7","qc07","qc12","qc21","qc32","qc60","qci-","qwap","qtek","r380","r600","raks","rim9","rove","s55/","sage","sams","sc01","sch-","scp-","sdk/","se47","sec-","sec0","sec1","semc","sgh-","shar","sie-","sk-0","sl45","slid","smb3","smt5","sp01","sph-","spv ","spv-","sy01","samm","sany","sava","scoo","send","siem","smar","smit","soft","sony","t-mo","t218","t250","t600","t610","t618","tcl-","tdg-","telm","tim-","ts70","tsm-","tsm3","tsm5","tx-9","tagt","talk","teli","topl","hiba","up.b","upg1","utst","v400","v750","veri","vk-v","vk40","vk50","vk52","vk53","vm40","vx98","virg","vite","voda","vulc","w3c ","w3c-","wapj","wapp","wapu","wapm","wig ","wapi","wapr","wapv","wapy","wapa","waps","wapt","winc","winw","wonu","x700","xda2","xdag","yas-","your","zte-","zeto","acs-","alav","alca","amoi","aste","audi","avan","benq","bird","blac","blaz","brew","brvw","bumb","ccwa","cell","cldc","cmd-","dang","doco","eml2","eric","fetc","hipt","http","ibro","idea","ikom","inno","ipaq","jbro","jemu","java","jigs","kddi","keji","kyoc","kyok","leno","lg-c","lg-d","lg-g","lge-","libw","m-cr","maui","maxo","midp","mits","mmef","mobi","mot-","moto","mwbp","mywa","nec-","newt","nok6","noki","o2im","opwv","palm","pana","pant","pdxg","phil","play","pluc","port","prox","qtek","qwap","rozo","sage","sama","sams","sany","sch-","sec-","send","seri","sgh-","shar","sie-","siem","smal","smar","sony","sph-","symb","t-mo","teli","tim-","tosh","treo","tsm-","upg1","upsi","vk-v","voda","vx52","vx53","vx60","vx61","vx70","vx80","vx81","vx83","vx85","wap-","wapa","wapi","wapp","wapr","webc","whit","winw","wmlb","xda-"),Mid(user_agent,1,4),true))>-1 then 'Catch all
mobile_browser = "1"
mobile_browser_type = "2" 'Standard Phone
'Case Else
else
mobile_browser = "0"
mobile_browser_type = "0"
'End Select
End if
if wmleis = "1" then
webmobilereturn = mobile_browser
else
webmobilereturn = mobile_browser_type
end if
end function

response.write webmobilereturn(0) & "___<br>"
response.write webmobilereturn(1) & "___<br>"
response.write mobile_browser & "___<br>"
response.write mobile_browser_type & "___<br>"
response.write user_agent & "___<br>"
response.write accept & "___<br>"
response.end



%>


相關(guān)閱讀
uni-app 搜索、歷史記錄功能簡單實現(xiàn)
兩個ASP中防止SQL注入式攻擊
碩思閃客精靈破解版下載
張家港國貿(mào)旅行社有限公司
CSS的常用的一些技巧
如何讓文本框不出現(xiàn)提交過的表單信息
ASP導(dǎo)出WORD或Excel文檔(比較另類,而且超級強(qiáng)的。)
旅行社網(wǎng)站模板默認(rèn)風(fēng)格10
共有0條關(guān)于《asp判斷是否是手機(jī)訪問》的評論
發(fā)表評論
正在加載評論......
返回頂部發(fā)表評論
呢 稱:
表 情:
內(nèi) 容:
評論內(nèi)容:不能超過 1000 字,需審核,請自覺遵守互聯(lián)網(wǎng)相關(guān)政策法規(guī)。
驗證碼: 驗證碼 
網(wǎng)友評論聲明,請自覺遵守互聯(lián)網(wǎng)相關(guān)政策法規(guī)。

您發(fā)布的評論即表示同意遵守以下條款:
一、不得利用本站危害國家安全、泄露國家秘密,不得侵犯國家、社會、集體和公民的合法權(quán)益;
二、不得發(fā)布國家法律、法規(guī)明令禁止的內(nèi)容;互相尊重,對自己在本站的言論和行為負(fù)責(zé);
三、本站對您所發(fā)布內(nèi)容擁有處置權(quán)。

更多信息>>欄目類別選擇
百度小程序開發(fā)
微信小程序開發(fā)
微信公眾號開發(fā)
uni-app
asp函數(shù)庫
ASP
DIV+CSS
HTML
python
更多>>同類信息
ASP中Utf-8與Gb2312編碼轉(zhuǎn)換亂碼問題的解決方法頁面編碼聲明
asp顯示隨機(jī)密碼
通過阿里云服務(wù)接口獲得ip地址詳細(xì)信息
iis點開后任務(wù)欄上有顯示,但是窗口看不到的解決辦法
RSA加密解密插件
微軟Encoder加密解密函數(shù)
更多>>最新添加文章
dw里面查找替換使用正則刪除sqlserver里面的CONSTRAINT
Android移動端自動化測試:使用UIAutomatorViewer與Selenium定位元素
抖音直播音掛載小雪花 懂車帝小程序
javascript獲取瀏覽器指紋可以用來做投票
火狐Mozilla Firefox出現(xiàn):無法載入您的Firefox配置文件 它可能已經(jīng)丟失 或是無法訪問 問題解決集合處理辦法
在Android、iOS、Windows、MacOS中微信小程序的文件存放路徑
python通過代碼修改pip下載源讓下載庫飛起
python里面requests.post返回的res.text還有其它的嗎
更多>>隨機(jī)抽取信息
13種樣式檢測QQ是否在線的代碼
旅行社線路主題默認(rèn)模板5
北京青年旅行社股份有限公司
網(wǎng)頁鏈接十字顯示就像CAD十字做標(biāo)一樣,效果非常好
div+css設(shè)置列表li超出部分顯示省略號
UL與LI 標(biāo)簽詳解
电话
客服
扫码
主站蜘蛛池模板: 日日夜夜精品免费视频 | 成人免费在线观看 | 国产一区二区三区久久久 | 日韩视频区 | 韩日精品视频 | 特级西西人体4444xxxx | 日韩精品视频在线播放 | 国产精品久久精品 | 免费观看a毛片 | 伊人久久综合 | 亚洲人成在线播放 | 天天综合7799精品影视 | 国产精品日韩一区 | 欧美成人精品一区二区 | 午夜电影| 国产精品久久久久久久久久免费看 | 久色视频在线 | 99福利影院 | 国产欧美高清在线观看 | 久久伊人久久 | 国产精品久久久久白丝呻吟 | 国产毛片av | 日本免费在线视频 | 国产资源免费观看 | 免费观看www7722午夜电影 | 久久综合九色综合欧美狠狠 | 日韩有码在线播放 | 日韩在线免费电影 | 91精品国产乱码久久久久久久久 | 免费在线观看黄色 | 91精彩视频在线观看 | 日本视频在线 | 成人天堂网 | 久久国产精品无码网站 | 久久av一区二区三区 | 精品免费在线 | 久久99亚洲精品 | 久久精品无码一区二区三区 | 午夜婷婷丁香 | 中文字幕在线一区二区三区 | 四虎影院网 |