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
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