JavaScript Question for IE6
- by Lijo
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