Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 5:41 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: What will be validation for Zip code ?
PostPosted: Wed Jul 08, 2009 6:39 am 
Offline
Newbie
User avatar

Joined: Thu Jun 25, 2009 6:42 am
Posts: 1
Has thanked: 0 time
Have thanks: 0 time

Hello Friends,
Here is a post for Zip code Validation

Zip code : Zip code should be atleast 3 & atmost 10 charcters only , should be alphanumeric & should accept dash(-).

Golden Regards,
Eluminous Support Team
eLuminous Technologies


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: What will be validation for Zip code ?
PostPosted: Fri Jul 10, 2009 8:47 am 
Offline
Newbie
User avatar

Joined: Wed Apr 15, 2009 7:18 am
Posts: 32
Has thanked: 0 time
Have thanks: 0 time
The following Java Script validates the US Zip Code. It validates the US Zip Code which Should be in 5 digit Format or Zip + 4 Format.
function funcValidateUSZip( strValue ) {
var MyRegExp = /(^\d{5}$)|(^\d{5}-\d{4}$)/;
//check for valid US Zipcode
return MyRegExp.test(strValue);
}

_________________
MySpace Layouts


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 Read your gmail using Java code
 Code to open multiple links.
 I need help with checkers code
 java code for listing folder contents from remote folder
 code for online payment system in java
 apriori algorithm java code
 playfair cipher assembly code
 code
 connecting PC with mobile using bluetooth code in java
 code hill cipher C++ Decrypt

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team