View Single Post
  #2 (permalink)  
Old Apr 21st, 2008, 13:23
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Help with 'if Request.Form' on form

Code: Select all
If Request.Form("HomeNumber") = "" And Request.Form("MobileNumber") = "" Then
 strErrorMessage = strErrorMessage & "<p>Please enter one contact number.</p>"
End If
Reply With Quote