Hi,
I'm testing a program and I need you assistance.
Please unzip the file at http://www.biz-mu.com/PCID.zip and run the program.
It will display an ID, please mail me back the ID.
If you can use it on several computers, it will be even better for me, I need
to have as much results as possi
Allow me to point out that this is not database-related...
This website should get you everything you want:
http://www.acmesoffware.com/acme/ExamplesJS/jsExm_ValidateInteger.asp
HTH,
Yves
- Original Message -
From: "arafat uddin" <[EMAIL PROTECTED]>
To:
Sent: Sunday, May 11, 2008 12
hi,
*javascript function :
function isNumber(obj) {
var len = obj.value.length;
var lastChar = obj.value.charAt(len-1);
if( lastChar != '0' && lastChar != '1' && lastChar != '2' && lastChar
!= '3' && lastChar != '4' &&
lastChar != '5' && lastChar != '6' && lastC