62,243
社区成员




<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script type="text/javascript">
function validata()
{
var a=document.getElementById("Hidden1").value++;
alert(a);
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<img id='img1' src="images/2A8B8882989283EC0D4F7E32A2C614A9.GIF" onclick="validata();"/>
<input id="Hidden1" type="hidden" value="1" />
</div>
</form>
</body>
</html>
<script>
var count=0;
</script>
<INPUT id='send' style="CURSOR: pointer"
onclick="count++;return false;" type='image' src="images/mp_menu.png"
name='send' />
<input type="button" value="统计" onclick="alert('点了'+count+'次');" />