strBrowser=Request.ServerVariables(
"HTTP_USER_AGENT"
)
If Instr(strBrowser,
"MSIE"
) < > 0 Then
Response.redirect(
"ForMSIEOnly.htm"
Else
"ForAll.htm"
End If
by: 发表于:2017-11-14 10:31:58 顶(0) | 踩(0) 回复
??
by: 发表于:2017-11-14 10:31:58 顶(0) | 踩(0) 回复
??
回复评论