if (chk_amt(document...value)==false){ alert(" Must Be Numeric"); document...focus(); document...select(); return false; } if (parseFloat(document...value)>){ alert(" Cannot Be greater than "); document...focus(); document...select(); return false; }