|
<%
if session("fntProcess") = "1" then
strMsg = " Please correct the the following fields: "
strMsg1 = ""
if session("fname_form") = "x-" then strMsg1 = strMsg1 & "First Name "
if session("lname_form") = "x-" then strMsg1 = strMsg1 & "Last Name "
if session("email_form") = "x-" then strMsg1 = strMsg1 & "Email "
if session("email2_form") = "x-" then strMsg1 = strMsg1 & "Confirm Email Address "
if session("eveningphone_form") = "x-" then strMsg1 = strMsg1 & "Phone "
session("fname_form") = ""
session("lname_form") = ""
session("email_form") = ""
session("email2_form") = ""
session("eveningphone_form") = ""
if strMsg1 <> "" then response.write(" |