 
										
					
	 2007-10-10 16:35
	    2007-10-10 16:35
   
										
					
	 2007-10-10 17:13
	    2007-10-10 17:13
   2007-10-12 15:12
	    2007-10-12 15:12
   2007-10-12 23:26
	    2007-10-12 23:26
   2007-10-12 23:38
	    2007-10-12 23:38
   2007-10-13 00:16
	    2007-10-13 00:16
   2007-10-13 11:45
	    2007-10-13 11:45
   2007-10-13 11:47
	    2007-10-13 11:47
  [CODE]<html>
<head>
<title>改变按钮背景颜色</title>
<script language="javascript">
function Btn_Click()
{
  var btnTst=document.getElementById("btnTst");
  btnTst.style.backgroundColor="blue";
}
</script>
</head>
<body>
 <input type="button" id="btnTst" style="background-color:red;" onClick="Btn_Click();" value="按钮">
</body>
</html>[/CODE]
 2007-10-13 13:41
	    2007-10-13 13:41