% msg = "" If (CStr(Request("MM_insert")) <> "") Then If NOT(Website(Request("Comments"))) Then msg="Links to other websites are not allowed." End If If NOT(Website(Request("Guest"))) Then msg="Links to other websites are not allowed." End If If NOT(Website(Request("City"))) Then msg="Links to other websites are not allowed." End If If Request("Email") <> "" Then If NOT(CheckMail(Request("Email"))) Then msg="You have entered an invalid Email address." End If End If If NOT(CheckName(Request("Guest"))) Then msg="Websites are not allowed as a Guest Name." End If If msg = "" Then %>
|
|