%@ Language=VBScript %> <% Set Browser = Server.CreateObject("MSWC.BrowserType") Session("BrowserType") = Trim(ucase(Browser.Browser)) If Session("BrowserType") = "DEFAULT" Then Session("BrowserType") = "NETSCAPE" End If %>