作者: Mr Luo
HTML onmousemove 事件属性
当鼠标指针移动到指定图片时运行脚本: 实例 Run this code …
HTML onmousedown 事件属性
当按下鼠标按钮时运行脚本: 实例 Run this code » <…
HTML ondblclick 事件属性
当双击鼠标时运行脚本 实例 Run this code » <bu…
HTML onclick 事件属性
当单击鼠标时运行脚本: 实例 Run this code » <b…
HTML onkeyup 事件属性
当松开按键时运行脚本: 实例 Run this code » <i…
HTML onkeypress 事件属性
当按下按键时运行脚本: 实例 Run this code » <i…
HTML onkeydown 事件属性
当按下按键时运行脚本: 实例 Run this code » <i…
HTML onsubmit 事件属性
当提交表单时运行脚本: 实例 Run this code » <f…
HTML onselect 事件属性
当选取<input>元素中的文本后执行 JavaScript…
HTML onfocus 事件属性
当输入域获得焦点时运行脚本: 实例 Run this code » &l…