|
热门文章 |
|
|
|
|
点击文字选中的复选框 |
来源:中国站长天空 更新时间:2009/12/3 1:57:02 阅读次数: 我要投稿 |
|
<html> <head> <title>点击文字选中的复选框</title> <meta http-equiv="content-Type" content="text/html;charset=gb2312"> </head> <body> <!--把下面代码加到<body>与</body>之间--> <form> <label for="check1">姓名</label> <input type="checkbox" id="check1" value="123" name="name"> <label for="check2">密码</label> <input type="checkbox" id="check2" value="456" name="name"> </form> </body> </html> |
|
上一篇文章: 点击文字选中的单选框下一篇文章: 日期选择下拉框 |
|
|