> Although JavaScript is not Java, the language designers adopted the
> same syntax for integer literals that is found in Java (and C/C++/C#)
> ... integer literals with a leading 0 are interpreted to be octal
> literals, unless they start with 0x or 0X to indicate hexadecimal
> literals.
> 
> Craig

If this is true, then why does the validation pass when it does the
server side validation?  Isn't it just doing an Integer parse?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to