home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / apps / crystal / disk24 / Xasp7 < prev    next >
Text File  |  1999-08-23  |  597b  |  24 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <% if Session("username") = "" then
  3.         Response.Redirect("logon.asp")
  4.     end if
  5. %>
  6. <html>
  7.  
  8. <head>
  9. <meta http-equiv="Content-Type"
  10. content="text/html; charset=iso-8859-1">
  11. <meta name="GENERATOR" content="Microsoft FrontPage 2.0">
  12. <title>Xtreme Mountain Bike Inc. - Executive information system</title>
  13. </head>
  14.  
  15. <body background="images/bg_manrepor.jpg" bgcolor="#FFFFFF"
  16. text="#FF8000" vlink="#00ffff" link="#FF8000">
  17.  
  18. <p align="center"><img src="images/biglogo.gif"
  19. alt="Xtreme Mountain Bike Inc." hspace="20" vspace="20"> <br>
  20. </p>
  21.  
  22. </body>
  23. </html>
  24.