<%@ LANGUAGE="VBSCRIPT" %> <% if Session("username") = "" then Response.Redirect("logon.asp") end if ' Netscape Navigator 3.x and lower will not be able to view the ASP source due to a JavaScript problem in the ' browser itself Set bt = Server.CreateObject("MSWC.BrowserType") if bt.browser = "Netscape" and bt.majorver <= "3" then empprof = "" else empprof = "" end if %> <% response.write empprof %>