PHP forums, MySQL forums, Web Development resources

Home PageHome    PHP ResourcesTopic List    FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups 
 RegisterRegister
    ProfileProfile    Log in to check your private messagesLog in to check your private messages    Download the RSS Reader RSS Feed Download the RSS Reader RSS for this forum Log inLog in 

PHP Forum :: MySQL Forum :: Java Script Forum



FORM VALIDATION: adding "restrictions" to email fi

 
Post new topic   Reply to topic    WeberForums.com Forum Index -> Java Script / AJAX
View previous topic :: View next topic  
Author Message
deltatango5



Joined: 08 Mar 2007
Posts: 12

PostPosted: Fri Jan 18, 2008 10:37 pm    Post subject: FORM VALIDATION: adding "restrictions" to email fi Reply with quote

I have a simple javascript form validation, but am trying to add another piece to the "email" area whereas people cannot insert certain emails (hotmail, yahoo, etc.). Does anyone have some intuition as to the direction to point me? Your assistance is greatly appreciated!!!

[code:1]<script language="JavaScript" type="text/javascript">
//You should create the validator only after the definition of the HTML form
var frmvalidator = new Validator("sub");
frmvalidator.addValidation("first_name","req","Please enter your First Name");

frmvalidator.addValidation("last_name","req","Please enter your Last Name");

frmvalidator.addValidation("email","req");
frmvalidator.addValidation("email","email");

frmvalidator.addValidation("phone","req","Please enter your Phone Number ex. 408-555-1234");

frmvalidator.addValidation("state","req","Please enter your State");
</script>[/code:1]



Thanks in advance!
Des

ps. if you have a more thorough javascript validation method and/or code snippet I can incorporate, that would be great. :?:
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
lostboy



Joined: 02 May 2004
Posts: 6059
Location: toronto, canada

PostPosted: Tue Jan 22, 2008 4:30 am    Post subject: Reply with quote

i like to keep things simple, so i'd create an array of denied TLDs and then do a string compare against the element looping thru the array
Back to top
View user's profile Send private message Send e-mail AIM Address MSN Messenger
Display posts from previous:   
WeberTrivia Questions WeberTrivia Questions
 Think you are smart? Prove it!. Try your skills with these questions :
 WeberTrivia QuestionsRecursive arrays and multi-dimensional arrays are one and the same. (PHP and MySQL)
 WeberTrivia QuestionsThe \"cache_dir\" tag of the squid configuration has a default of /var/spool/squid. (Linux)

WeberTrivia Questions



Post new topic   Reply to topic    WeberForums.com Forum Index -> Java Script / AJAX All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum