لعبة خمن مع قريش
ما عليك سوى تخمين رقم من 1 الى مئة وانا أقوم بارشادك نحو الصواب
اضغط هنا للحصول على الكود
08
<body></body>انسخ وألصق الكود التالي بين الواصفتين
<script LANGUAGE="JavaScript"> <!-- ; // numberguess is by Lancer - written 4 Jan 1999 // lancer@kp.planet.gen.nz var guessme=Math.round(Math.random()*(99)+1); var speech='Guess my number (from 1 to 100)'; function process(mystery) { var guess=document.forms.guessquiz.guess.value; var speech='"'+guess+ '" does not make sense to me.'; document.forms.guessquiz.guess.value=''; if (guess==mystery) { document.forms.guessquiz.prompt.value='Congratulations! '+mystery+' is correct!'; alert ('أحسنت هذا هو رقم قريش المخفي '+mystery+'! \n\nاضغط زر أكي لتبدأ رقم جديد.'); speech=''; document.location=document.location; } if (mystery<guess) { speech='اصغر من '+ guess; } if (mystery>guess) { speech='أكبر من '+ guess; } if (guess=='') { speech='حاول مرة أخرى واكتب رقم داخل المربع الصغير' } document.forms.guessquiz.prompt.value=speech; document.forms.guessquiz.guess.focus(); } // end hide --> </script> <form onSubmit NAME="guessquiz"> <div align="center"><center><table ALIGN="CENTER" BGCOLOR="#888888" BORDER="3" CELLPADDING="5"> <tr> <td BGCOLOR="#004080"><font COLOR="#ffffff" FACE="Arial"><b>خمن رقم صفحة قريش (1 - 100)</b></font> </td> </tr> <tr> <td><div align="center"><center><p><input TYPE="text" NAME="prompt" SIZE="31" MAXLENGTH="40" VALUE="خمن رقم صفحة قريش (من 1 الى 100)"><br> <input TYPE="text" NAME="guess" SIZE="3" MAXLENGTH="3" VALUE> <input TYPE="button" VALUE="خمن الآن" onClick="process(guessme)"> </td> </tr> </table> </center></div> </form>
المـتـمــيــــز
عودة إلى الجافا
عودة إلى الصفحة الرئيسية