svoivandim
New member
שאלה בJS
הקוד הבא:
הקוד הבא:
function chek(chekPass) { var cheknumeric cheknumeric=IsNumeric(chekPass.p_phone.value) if(cheknumeric!=1) { return false } return true
נותן לי ERROR: ERROR OBJECT EXPECTED מה לא תקין? תודה מראש!