点击文字选中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>
- 最新文章
- 将网页设为浏览器首页或起始页或默认页[01-12]
- 添加收藏,将网页添加到浏览器收藏夹里[01-12]
- 页面右下角弹出类似QQ或MSN的消息提示[01-12]
- 鼠标随移动的方向而改变[01-12]
- 页面马赛克显示效果[01-12]
- 页面中旋转起伏的眩目光环[01-12]
- 相关文章
