<% If Request("logout") <> "" Then Session.Abandon() eMsg = "You have been logged out." End If If Request("user_name") <> "" And Request("password") <> "" Then If LCase(Request("user_name")) = "admin" And Request("password") = "zaq123acl" Then Session("is_admin") = True Response.Redirect("default.asp") Else eMsg = "Your user name or password was incorrect." End If End If %> ACLUS Admin Login
Engine Bearings Gaskets Order Information Contact Us
Customer Service Sales Rep's Regional Distribution Links
 

ACLUS | Admin Login

<% If eMsg <> "" Then %>

<%=eMsg%>

<% End If %>
Admin Login
User Name " maxlength="100" />
Password

Are you lost? click here

<% KillCon() %>