Wednesday, March 2, 2011

format integer field -- value without commas


if(crmForm.all.new_test1.DataValue!=null){
crmForm.all.new_test1.value = crmForm.all.new_test1.DataValue;
}