查看效果:ASP判断浏览器



使用the Request object方法

strBrowser=Request.ServerVariables("HTTP_USER_AGENT" )

response.write strBrowser



这样就把浏览器型号输出出来了.