首页 > 其他 > 详细

鼠标经过事件(onmouseover)

时间:2019-02-11 21:10:47      阅读:196      评论:0      收藏:0      [点我收藏+]

 

<!DOCTYPE HTML>  
<html>  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
<title> 鼠标经过事件 </title>  
<script type="text/javascript">  
    function message(){  
      confirm("请输入密码后,再单击确定!"); }  
</script>  
</head>  
<body>  
<form>  
密码:<input name="password" type="password" >  
<input name="确定" type="button" value="确定" onmouseover="message()"/>  
</form>  
</body>  
</html> 

 

鼠标经过事件(onmouseover)

原文:https://www.cnblogs.com/sea-stream/p/10363137.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!