Customer Directory Login
<% If Session("Error") = "1" Then %>
Login Error:
Please try again.
<% ElseIf Session("Error") = "2" Then %>
Login Error:
Login information is case sensitive.
<% ElseIf Session("Error") >= "3" Then %>
Login Error:
Forgot Your Account Information?
<% End If %>
User Name:
"" Then Response.Write Session("user") %>" maxlength="100" style="font-family: MS sans serif; font-size: 8px; width:130px; height: 17px; border: 1px inset SILVER; background-image:url('images/inputbg.gif');">
Password:
"" Then Response.Write Session("pswd") %>" maxlength="100" style="font-family: MS sans serif; font-size: 8px; width:130px; height: 17px; border: 1px inset SILVER; background-image:url('images/inputbg.gif');">
Forgot Your Account Information?