sethupathy Posted June 20, 2007 Share Posted June 20, 2007 this is my code and it wont accept french caracter like é à l' can someone help pls it keeps poping to enter again function isAlphabet(elem, helperMsg){ var alphaExp = /^[a-zA-Z ]+$/; if(elem.value.match(alphaExp)){ return true; }else{ alert(helperMsg); elem.focus(); return false; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.