Microsoft
Software
Hardware
Network
Question : use regexp in AS2 for phone validation
I use this function but i keep getting false with this input: +32 475 98 66 33
if(!ereg("/^\+\d{11}$/",th
is["_mobil
e"].text) && _root.errmsg == ""){
_root.errmsg = "Please enter a valid mobile number (eg. 32 475 12 34 56)";
}*/
Answer : use regexp in AS2 for phone validation
Try this:
1:
if(!ereg("^\+( ?[0-9]){11}", this["_mobile"].text) && _root.errmsg == "")
Random Solutions
predictive drive failure - 2003 server - standard edition
Exchange domain user opened Outlook Express, pulled all mail off server, how to "re-upload" to Exchange mailbox without using Outlook 2007
Move div if specific checkbox is checked/unchecked
align img to right of td
"Terrible Situation" email
Want to run script when a file is put in a folder
Error: FieldName is not valid in the context where it is used.
Generate paging on a custom gridview
PLS_NUMBER vs NUMBER
Image position with text wrap inside of <LI>