input type=text name=je onkeyup=clearNoNum(this) / function clearNoNum(obj){ obj.value = obj.value.replace(/[^\d.]/g,)...