<!DOCTYPE HTML> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title> 失焦事件 </title> <script type="text/javascript"> function message(){ alert("请确定已输入密码后,在移开!"); } </script> </head> <body> <form> 用户:<input name="username" type="text" value="请输入用户名!" > 密码:<input name="password" type="text" value="请输入密码!" onblur="message()" > </form> </body> </html>
![](http://img1.sycdn.imooc.com/user/5c7b95240001738410241024-80-80.jpg)
不带诗情画意
2014-10-27
0 回答
举报
0/150
提交
取消