好好学习 天天向上----- o冷月

适何与本人这样的菜鸟++初学者!

我如何知道使用者所用的浏览器?

使用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

posted on 2004-06-17 15:25  一枚冷月  阅读(489)  评论(0编辑  收藏  举报

导航