
| <%
@ Language="JavaScript"
%>
<% var ExpireDate = new Date(); ExpireDate.setMonth(ExpireDate.getMonth() + 3); if (Request("SaveLogin")
== "ON") { %> <HTML> <BODY> <% if (bLoginSaved) %> Saving Login information to a cookie <HR> Thank you for logging into the system.<P> E-Mail address confirmation: <% = Request("email") %> </BODY> |