client.prevPage = "initial.html"; dbConnect(); if (!request.ipw && client.username != "null" && client.username != null) { if (!loggedIn()) redirect("logout.html"); else if (request.err) redirect("multi_entry.html"); else redirect("tock.html"); } if (request.err) redirect("logged_out.html");
if (request.ipw) { writeln("
The user name or password
you entered is incorrect.
"); }
USER
if (client.username != "null" && client.username != null) writeln("
"); else writeln("
");
if (request.ipw) writeln("
Please try again
");
PASSWORD
if (request.ipw) writeln("
");
Copyright 1996
Internet Media Services, Inc.
All rights reserved.