div失去焦点事件(简述js中获取焦点事件)
程序员文章站
2023-11-27 16:38:04
例 1.1 onblur和onfocus马克-to-win:onblur失去焦点和onfocus得到焦点事件。
例 1.1 onblur和onfocus
马克-to-win:onblur失去焦点和onfocus得到焦点事件。
<!doctype html public “-//w3c//dtd html 4.0 transitional//en”>
<html>
<head>
<meta http-equiv=”content-type” content=”text/html; charset=utf-8″/>
<script language=”javascript”>
<!–
function check(a)
{
var username = a.value;
if (username == “”)
{
/*string.fontcolor() (method)
encapsulates the string within an <font color=”…”> tag context.*/
document.getelementbyid(“error”).innerhtml = “用户名不能为空!”.fontcolor(“red”);
}
}
function rese()
{
document.getelementbyid(“error”).innerhtml = “”;
}
//–>
</script>
</head>
<body onload=”document.getelementbyid(‘u’).focus()”>
上一篇: mvc架构图用什么画(mvc框架图书馆管理系统jdbc)
下一篇: 中国草根站长心理分析之一二三