%@ 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
wwsales = ""
balance = ""
finstate = ""
income = ""
else
wwsales = ""
balance = ""
finstate = ""
income = ""
end if
%>
<% response.write wwsales %>
<% response.write balance %>
<% response.write finstate %>
<% response.write income %>