<%@ 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 invent = "" maillabl = "" ordpack = "" else invent = "" maillabl = "" ordpack = "" end if %> <% response.write invent %>

<% response.write maillabl %>

<% response.write ordpack %>