-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
-
<html xmlns="">
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Function</title>
-
</head>
-
-
<body>
-
-
<script type="text/javascript" src="demo.js"></script>
-
</body>
-
</html>
事件:
//鼠标事件:onclick ondbclick onmousedown onmouseup onmouseover onmouseleave onmousemove
//键盘事件:onkeydown onkeypress onkeypress
//文本框事件:onselect onchange onfocus onblur
//form事件:onsubmit onreset
//window事件:onresize onscroll