敬业的IT人 >> 网站建设 >> 网页设计 >> 网页特效 >> 点击文字选中checkbox选框

点击文字选中checkbox选框

敬业的IT人 互联网 佚名 2008-1-12 9:48:14
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>网页特效代码|JsCode.CN|---点击文字选中checkbox选框</title></head><script language="javascript"> function selectcheckbox() { document.form1.check1.checked=!document.form1.check1.checked; } </script><body><form name="form1" method="post"><input type="checkbox" name="check1" value="0" style="cursor:hand" /><a onclick="selectcheckbox()" style="cursor:hand">请点击我</a></form></body></html>
粤ICP备06119539号
Copyright CiscoSky.Org,Some Rights Reserved.
Email:me1228#tom.com