ตัวอย่าง

 

Board:


คะแนนผู้เล่นคนที่1:
คะแนนผู้เล่นคนที่2:
Turns:
Player:
คำถาม:

คะแนนของคำถาม:

ใส่คำตอบ:

 

 1. Code1 ใส่ใน Tag <head>  Code2 ใส่ใน Tag <body>ตรงที่ต้องการ
 2. ที่ Tag body เติมให้เป็น <body onLoad="document.turn.one.value = '<----'; ">
 3. เปลี่ยนแปลงได้ในCode1ตรงที่เป็นคำถามคำตอบตรงบรรทัดที่28ลงไป(มีเขียนบอกไว้ในcodeแล้ว)
Code1
 <script language="JavaScript">

<!--http://www.banabana.u4l.com-->

<!--

function scoreadd() {

if(document.turn.pturn.value == 1) {

document.scores.p1score.value = document.scores.p1score.value +

document.qa.money.value

return true;

}

if(document.turn.pturn.value == 2) {

document.scores.p2score.value = document.qa.money.value +

document.scores.p2score.value

return true;

}

}

function check() {

var WhaT = document.which.question.value;

if(WhaT == document.qa.a.value) {

scoreadd() ;

document.qa.q.value = "เป็นคำตอบที่ถูกต้องครับ เลือกคำถามข้อต่อไป.";//เมื่อผู้เล่นตอบถูก

document.qa.a.value = "";

}

else{

document.qa.q.value = "เป็นคำตอบที่ผิดครับ...ให้ผู้เล่นอีกฝ่ายตอบโดยคลิกปุ่มswitch."//เมื่อตอบผิด

return true;

}

}

function ftwoone() {

document.qa.q.value = "2+1";//คำถามข้อที่1

document.which.question.value = 3;//คำตอบข้อที่1

document.qa.money.value = "|";

document.choose.twoone.value = "------";

}

function ftwotwo() {

document.qa.q.value = "5-3";//คำถามข้อที่2

document.which.question.value = 2;//คำตอบข้อที่2

document.qa.money.value = "|";

document.choose.twotwo.value = "------";

}

function ftwothree() {

document.qa.q.value = "9+7";//คำถามข้อที่3

document.which.question.value = 16;//คำตอบข้อที่3

document.qa.money.value = "|";

document.choose.twothree.value = "------";

}

function fthreeone() {

document.qa.q.value = "15+9";//คำถามข้อที่4

document.which.question.value = 24;//คำตอบข้อที่4

document.qa.money.value = "||";

document.choose.threeone.value = "-------";

}

function fthreetwo() {

document.qa.q.value = "75-35";//คำถามข้อที่5

document.which.question.value = 40;//คำตอบข้อที่5

document.qa.money.value = "||";

document.choose.threetwo.value = "-------";

}

function fthreethree() {

document.qa.q.value = "52+18";//คำถามข้อที่6

document.which.question.value = 70;//คำตอบข้อที่6

document.qa.money.value = "||";

document.choose.threethree.value = "-------";

}

function ffourone() {

document.qa.q.value = "147+180-20";//คำถามข้อที่7

document.which.question.value = 307;//คำตอบข้อที่7

document.qa.money.value = "|||";

document.choose.fourone.value = "-------";

}

function ffourtwo() {

document.qa.q.value = "205+220+120-35";//คำถามข้อที่8

document.which.question.value = 510;//คำตอบข้อที่8

document.qa.money.value = "|||";

document.choose.fourtwo.value = "-------";

}

function ffourthree() {

document.qa.q.value = "870-200+400-90+20";//คำถามข้อที่9

document.which.question.value = 1000;//คำตอบข้อที่9

document.qa.money.value = "|||";

document.choose.fourthree.value = "-------";

}

//-->

</script>

Code2
  <form name="choose">

Board:<br><input type="button" onClick="ftwoone()" value="1 point"

name="twoone">

<input type="button" onClick="fthreeone()" value="2 points"

name="threeone">

<input type="button" onClick="ffourone()" value="3 points"

name="fourone"><br>

<input type="button" onClick="ftwotwo()" value="1 point" name="twotwo">

<input type="button" onClick="fthreetwo()" value="2 points"

name="threetwo">

<input type="button" onClick="ffourtwo()" value="3 points"

name="fourtwo"><br>

<input type="button" onClick="ftwothree()" value="1 point"

name="twothree">

<input type="button" onClick="fthreethree()" value="2 points"

name="threethree">

<input type="button" onClick="ffourthree()" value="3 points"

name="fourthree"><p>

</form>

<p>

<form name="scores">

คะแนนผู้เล่นคนที่1:

<input type="text" size="17" name="p1score"><br>

คะแนนผู้เล่นคนที่2:

<input type="text" size="17" name="p2score">

</form>

<form name="turn">

Turns:

<input type="button" name="two" value="Switch"

onClick="

document.turn.pturn.value = 2;

document.turn.two.value = '---->';

document.turn.one.value = 'Switch'; ">

<input type="button" name="one" value="Switch"

onClick="

document.turn.pturn.value = 1;

document.turn.one.value = '<----';

document.turn.two.value = 'Switch'; ">

<br>

Player:

<input type="text" size="1" name="pturn" value="1">

</form>

</td>

<td>

<form name="qa">

คำถาม:<br>

<textarea rows="4" cols="40" name="q" wrap="virtual">เร่มเล่นโดยให้ผู้เล่นคนที่1เลือกคะแนนจากBoardแล้วตอบคำถามที่ได้ถ้าตอบถูกก็ให้ตอบข้อต่อไป..ตอบผิดให้เปลี่ยนผู้เล่นโดยคลิกที่ปุ่มSwitch</textarea><br>

<center>คะแนนของคำถาม:

<input type="text" size="3" name="money">

</center>

<p>

ใส่คำตอบ:<br>

<input type="text" name="a"><input type="button" value="Answer"

onClick="check()">

</form>

[ Home ]  [ Chatroom ]  [ Board 1]  [Board 2 ]  [ Book ]  [ Sourcecode ]  [ Free ]  [ Servicesite ]  [ Link ]

1