<% set rs = server.createobject ("adodb.recordset") If Session("CUSID") <> "" Then Response.redirect "http://www.falconprintgroup.com/CUS-Confirm.asp?CUSID=" & Session("CUSID") End If '========================================= MSG = "" If Request.FORM("STAT") = "1" Then rs.open "Select * From Customer Where Lcase(CUSUsername) = '" & Lcase(Request.form("Username")) & "'", conn, 3, 3 if rs.recordcount > 0 then If request.form("Password") = rs("CUSPassword") then Session("CUSID") = rs("CUSID") Response.redirect ("http://www.falconprintgroup.com/CUS-Confirm.asp?CUSID=" & Session("CUSID")) End If Else MSG = "Your login Information is not correct, Please try again
If you do not have an account with us
Click Here" End If rs.close END If %> Falcon Print Office Section
 
 
If you are a Falcon Print Group Customer simply type in your
User Name and Password and login to your account
If you are a New Customer or if you do not have your user name
and password please click on the NEW Customer Button and signup

Thank you

 
<%Response.write MSG%>
Customer login
Username:  
Password:
 
<%Response.cookies("HighEnd") ("ErrMSG") = ""%>