';
htmlOutput+= '
מתחבר
';
htmlOutput+= '
מתחבר למערכת.... הינך מועבר לעמוד הבית';
htmlOutput+= '
';
$("#ClientLoginFrm").html(htmlOutput);
setTimeout(function(){
window.location = "users/orders.php";
/*
window.location = "index.php";
location.reload();
*/
}, 3000);
return true;
}
if(Result.search("{error}")>0) {
alert("אחד מהפרטים שרשמתם אינם תקינים ו/או חשבון לא קיים/פעיל במערכת");
return true;
}
}
});
}, 500);
}