This script is right up my alley - thanks a lot -

I am trying to validate a field that has a letter/number combo - it
must be between C400 and C700 OR D300 and D999


Here is the validate email field I am using -

 ['validate-email', 'Please enter a valid email address. For example
[email protected] .', function (v) {
                                return Validation.get('IsEmpty').test(v) || 
/\w{1,}...@][\w\-]{1,}
([.]([\w\-]{1,})){1,3}$/.test(v)
                        }]


This is just beyond my reach - I appreciate any help!!!!

Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to