????? ???? ?????? ?????? ??? ????? ????? ????
مرسل: الخميس ديسمبر 13, 2012 3:43 pm
??? ????? ???? ???? ?? ???? ????? ????? ????
??? ???? ??????? ????? ????? ???? ???? ????? ????? ??????? ? ????? ?? ??????? ? ??????? ??????? ??? ?????? ?????? ??????
????? ????? ??????? ?????? ??????? ??? ???? ?? ???? ?????? ?????? ????? ???
?? ??????? ???? ????? ??? ?????? ????? ????? ???? ? ?????? ????? ???
?? ????? ???? ?????? ???????3.0.10 ?? ????????
???? ?? ?????? ????? ????? ?????? ?? ??? ?????? ?? ?? ????? ?????
??? ???? ?????
??? ???? ??????? ????? ????? ???? ???? ????? ????? ??????? ? ????? ?? ??????? ? ??????? ??????? ??? ?????? ?????? ??????
????? ????? ??????? ?????? ??????? ??? ???? ?? ???? ?????? ?????? ????? ???
?? ??????? ???? ????? ??? ?????? ????? ????? ???? ? ?????? ????? ???
كود: تحديد الكل
<!DOCTYPE html>
<html>
<head>
<script>
function validateFormmm()
{
var x=document.forms["myForm"]["human55"].value;
if (x==10)
{
alert("x = 10");
return true;
}
else
{
alert("your response is wrong");
return false;
}
}
</script>
</head>
<body>
<form name="myForm" action="demo_form.asp" onsubmit="return validateFormmm();" method="post">
please answer to this question: ???? ???? ???? ?? ?????<input type="text" name="human55">
<input type="submit" value="Submit">
</form>
</body>
</html>
???? ?? ?????? ????? ????? ?????? ?? ??? ?????? ?? ?? ????? ?????
??? ???? ?????