home *** CD-ROM | disk | FTP | other *** search
- <%@ 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 = "<a href=" & chr(34) & "report.asp?rpt=empprof" & chr(34) & " target=" & chr(34) & "main" & chr(34) & ">"
- else
- empprof = "<a href=javascript:rock('empprof')>"
- end if
- %>
-
- <html>
- <head>
- <script>
- function rock(report)
- {
- document.open ()
- document.writeln("<BODY bgcolor=\"#330066\" text=\"#FF8000\" vlink=\"#00ffff\" link=\"#FF8000\">")
- document.writeln("<a href=\"report.asp?rpt=empprof\" target=\"main\" ><img src=\"images/whowhos.gif\" border=0></a><br><br>")
- document.writeln("<a href=code.asp?source=report.asp target=\"main\"><img src=\"images/source.gif\" border=0></a><br>")
- document.writeln("<hr><br>")
- document.writeln("<a href=\"Mission.htm\" target=\"main\"><img src=\"images/mission.gif\" border=0></a> <br><br>")
- document.writeln("<a href=\"Corp.htm\" target=\"main\"><img src=\"images/history.gif\" border=0></a> <br><br>")
- document.writeln("<a href=\"Found.htm\" target=\"main\"><img src=\"images/partners.gif\" border=0></a> <br><br>")
- document.writeln("<a href=\"Xtreme.htm\" target=\"main\"><img src=\"images/xteamtech.gif\" border=0></a><br><br>")
- document.writeln("</body>")
- document.close()
- parent.frames[1].location="report.asp?rpt=" + report
- }
- </script>
- </head>
-
- <BODY bgcolor="#330066" text="#FF8000" vlink="#00ffff" link="#FF8000">
- <% response.write empprof %><img src="images/whowhos.gif" border=0></a><br><br>
- <br><hr><br>
- <a href="Mission.htm" target="main"><img src="images/mission.gif" border=0></a> <br><br>
- <a href="Corp.htm" target="main"><img src="images/history.gif" border=0></a> <br><br>
- <a href="Found.htm" target="main"><img src="images/partners.gif" border=0></a> <br><br>
- <a href="Xtreme.htm" target="main"><img src="images/xteamtech.gif" border=0></a><br><br>
- </BODY>
-
- </html>
-