%
Response.Buffer = True
Set cust = Server.CreateObject("IISSample.CustomerInfo")
if cust.checkIfRegistered = True Then
Response.Redirect("CustomerInfo_welcome.asp")
End If
%>
Welcome to Fake Corp
Hello! As a new customer, please fill out the information below.