<% Dim BrowserType Dim Pos BrowserType = Request.ServerVariables("HTTP_USER_AGENT") Pos = Instr(BrowserType, "MSIE") %>
<% If Pos > 0 Then %> <% Else %> <% End If %>