It is currently Wed Feb 08, 2012 5:22 pm

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: FORM VALIDATION: adding "restrictions" to email fi
PostPosted: Fri Jan 18, 2008 11:37 pm 
Offline

Joined: Thu Mar 08, 2007 3:52 am
Posts: 12
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:
<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>




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. :?:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 22, 2008 5:30 am 
Offline

Joined: Sun May 02, 2004 11:34 pm
Posts: 6500
Location: toronto, canada
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

_________________
Lostboy

Cat, the other other white meat

Please read Posting Etiquette before posting

You can always try Google


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


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

Search for:
Jump to: