1、onfocus() 和 onblur() 是一对相反的事件
但是他们只支持一部分标签
button, checkbox, fileUpload, layer, frame, password, radio, reset, submit, text, textarea, window
2、mouse相关的鼠标移动事件
js--在页面元素上(移动到或获取焦点)、鼠标离开(或失去焦点)
原文:http://www.cnblogs.com/yingsong/p/5035974.html