JavaScript Question for IE6

Posted by Lijo on Stack Overflow See other posts from Stack Overflow or by Lijo
Published on 2010-04-01T19:12:11Z Indexed on 2010/04/01 19:23 UTC
Read the original article Hit count: 302

Filed under:

Hi Team,

I have a javascript requirement.

I will pass a comma separated string into a function. I need to ensure that it contains only integers (without decimals) and the value is less than 2147483648. Could you please help me ?

Note:: I am working on IE 6

Thanks

Lijo

© Stack Overflow or respective owner

Related posts about JavaScript