和电脑玩玩剪子、包袱、锤的游戏
时间:2006-03-17 来源:22/2
要完成此效果需要两个步骤
第一步:把如下代码加入到<head>区域中
第二步:把如下代码加入到<body>区域中
<form name=game>
<table border=1 cellpadding=5>
<tr>
<td align=center>User:</td>
<td align=center><a href="javascript:void(0);" onClick="playGame(1);"><img src="http://free.2259.com/include/1.jpg"
width=29 height=23 border=0 alt=锤></a></td>
<td align=center><a href="javascript:void(0);" onClick="playGame(2);"><img src="http://free.2259.com/include/3.jpg"
width=29 height=23 border=0 alt=包袱></a></td>
<td align=center><a href="javascript:void(0);" onClick="playGame(3);"><img src="http://free.2259.com/include/2.jpg"
width=29 height=23 border=0 alt=剪子></a></td>
</tr>
<tr>
<td colspan=4 align=center><input type=text name=msg size=45></td>
</tr>
<tr>
<td colspan=4 align=center>
<input type=text name=win readonly value="0" size="2"> Wins
<input type=text name=loss readonly value="0" size="2"> Losses
<input type=text name=draw readonly value="0" size="2"> Draws
</td>
</tr>
</table>
</form>