js 鼠标点击事件
发布网友
发布时间:2022-04-22 09:53
我来回答
共2个回答
热心网友
时间:2022-04-23 07:50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>点击选中</title>
<script type="text/javascript" language="javascript">
function sel(){
if(confirm('您是否仔细阅读用户须知?')==true){
document.getElementById('check1').checked = true;
}
}
</script>
</head><body>
<input type="checkbox" id="check1" onmousedown="sel()" />
</body>
</html>
热心网友
时间:2022-04-23 09:08
要点上记住我的选择咯,要记的保存啊