Hi,

I like to eliminate blank spaces from a character or numeric filed. Is there any function like Trim() to get rid of all the blank spaces from the right or left site of the filed by using JavaScript?

objValue =" ABC " or objValue = " 1233 "

FieldLength =anyFunctionName(eval(objValue.value.length))


Thanks,

Naci