asp获取用户浏览器信息

时间:2009-03-25    点击:1412   
<%
Response.Write "<center>如何获取用户的浏览器信息</center><P>"
strBrowser = Request.ServerVariables("HTTP_USER_AGENT")
If Instr(strBrowser,"MSIE")<>0 Then
    Response.Write "该浏览器类型为Internet Explorer"
Else
    Response.Write "该浏览器类型不是IE!"
End If
%>
asp利用Session防止用户重复投票
asp创建、读写和删除Cookie
asp遍历Cookies集合
asp用Cookies实现仅弹出一次的窗口
asp清除页面缓存
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 All Rights Reserved