3月9

asp编程如何知道使用者所用的浏览器

| |
14:00 ASP  From: 本站原创
使用the Request object方法
 strBrowser=Request.ServerVariables("HTTP_USER_AGENT")
 If Instr(strBrowser,"MSIE") <> 0 Then
 Response.redirect("ForMSIEOnly.htm")
 Else  
  Response.redirect("ForAll.htm")  
End If
最后编辑: tommyhu 编辑于2009/03/09 14:00
阅读(4716) | 评论(1) | 引用(0)
tommyhuc.cn网友
2012/01/12 09:03
我比较喜欢楼主名字很好听
分页: 1/1 第一页 1 最后页
在此留下酱油瓶-:)
表情
emotemotemotemotemotemotemotemotemotemotemotemotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我

您的大名(例如:小明) : 

密码(可不填) :  游客无需密码

网址 (可不填) : 

电邮 (可不填) :  [注册]