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

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <% if Session("username") = "" then
  3.         Response.Redirect("logon.asp")
  4.     end if
  5. %>
  6. <%
  7. Session("init") = request.Form("init")%>
  8.  
  9. <HTML>
  10. <HEAD>
  11. <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
  12. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  13. <TITLE>Document Title</TITLE>
  14. </HEAD>
  15. <BODY background="images/bg_sales.gif" bgcolor="#FFFFFF"
  16. text="#FF8000" vlink="#00ffff" link="#FF8000">
  17. <br><br><br><br><br><br>
  18. <center><h3>Thanks for your changes</h3></center>
  19.  
  20. </BODY>
  21. </HTML>
  22.