home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE="VBSCRIPT" %>
- <% if Session("username") = "" then
- Response.Redirect("logon.asp")
- end if
- %>
- <%
- Session("init") = request.Form("init")%>
-
- <HTML>
- <HEAD>
- <META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
- <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
- <TITLE>Document Title</TITLE>
- </HEAD>
- <BODY background="images/bg_sales.gif" bgcolor="#FFFFFF"
- text="#FF8000" vlink="#00ffff" link="#FF8000">
- <br><br><br><br><br><br>
- <center><h3>Thanks for your changes</h3></center>
-
- </BODY>
- </HTML>
-