想了想大多数onChange之类的属性谁能具体介绍一些用途另外还有没想到的

billy36 2004-01-26 01:19:29
onBlur=""
onChange="" 值改变时
onClick="" 鼠标左键单击
onDblClick="" 鼠标左键双击
onFocus="" 在焦点上时
onKeyDown="" 好象当键盘开始按下时
onKeyPress="" 当键盘按下时
onKeyUp="" 当键盘起来时
onMouseDown="" 当鼠标按下时
onMouseMove="" 当鼠标移动
onMouseOut="" 当鼠标移开
onMouseOver="" 当鼠标经过
onMouseUp=""
onSelect="" 当选择上时

onpropertychange

不知是不是上面那样应该还有没有想到的,请大家补充
不知谁有详细介绍的文章贴上看看
...全文
43 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
hax 2004-01-27
  • 打赏
  • 举报
回复
未来的dom可以让你自己创建事件。
mmmaaaggg 2004-01-27
  • 打赏
  • 举报
回复
去MSDN 太多了数不清
Event Description
onactivate Fires when the object is set as the active element.
onbeforeactivate Fires immediately before the object is set as the active element.
onbeforecopy Fires on the source object before the selection is copied to the system clipboard.
onbeforecut Fires on the source object before the selection is deleted from the document.
onbeforedeactivate Fires immediately before the activeElement is changed from the current object to another object in the parent document.
onbeforeeditfocus Fires before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected.
onbeforepaste Fires on the target object before the selection is pasted from the system clipboard to the document.
onblur Fires when the object loses the input focus.
onclick Fires when the user clicks the left mouse button on the object.
oncontextmenu Fires when the user clicks the right mouse button in the client area, opening the context menu.
oncontrolselect Fires when the user is about to make a control selection of the object.
oncopy Fires on the source element when the user copies the object or selection, adding it to the system clipboard.
oncut Fires on the source element when the object or selection is removed from the document and added to the system clipboard.
ondblclick Fires when the user double-clicks the object.
ondeactivate Fires when the activeElement is changed from the current object to another object in the parent document.
ondrag Fires on the source object continuously during a drag operation.
ondragend Fires on the source object when the user releases the mouse at the close of a drag operation.
ondragenter Fires on the target element when the user drags the object to a valid drop target.
ondragleave Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
ondragover Fires on the target element continuously while the user drags the object over a valid drop target.
ondragstart Fires on the source object when the user starts to drag a text selection or selected object.
ondrop Fires on the target object when the mouse button is released during a drag-and-drop operation.
onfocus Fires when the object receives focus.
onfocusin Fires for an element just prior to setting focus on that element.
onfocusout Fires for the current element with focus immediately after moving focus to another element.
onhelp Fires when the user presses the F1 key while the browser is the active window.
onkeydown Fires when the user presses a key.
onkeypress Fires when the user presses an alphanumeric key.
onkeyup Fires when the user releases a key.
onlosecapture Fires when the object loses the mouse capture.
onmousedown Fires when the user clicks the object with either mouse button.
onmouseenter Fires when the user moves the mouse pointer into the object.
onmouseleave Fires when the user moves the mouse pointer outside the boundaries of the object.
onmousemove Fires when the user moves the mouse over the object.
onmouseout Fires when the user moves the mouse pointer outside the boundaries of the object.
onmouseover Fires when the user moves the mouse pointer into the object.
onmouseup Fires when the user releases a mouse button while the mouse is over the object.
onmousewheel Fires when the wheel button is rotated.
onmove Fires when the object moves.
onmoveend Fires when the object stops moving.
onmovestart Fires when the object starts to move.
onpaste Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document.
onpropertychange Fires when a property changes on the object.
onreadystatechange Fires when the state of the object has changed.
onreset Fires when the user resets a form.
onresize Fires when the size of the object is about to change.
onresizeend Fires when the user finishes changing the dimensions of the object in a control selection.
onresizestart Fires when the user begins to change the dimensions of the object in a control selection.
onselectstart Fires when the object is being selected.
onsubmit Fires when a FORM is about to be submitted.
ontimeerror Fires whenever a time-specific error occurs, usually as a result of setting a property to an invalid value.
cloudchen 2004-01-26
  • 打赏
  • 举报
回复
http://msdn.microsoft.com/workshop/author/dhtml/reference/events.asp
搞搞儿的 2004-01-26
  • 打赏
  • 举报
回复
onBlur="" 失去焦点
onMouseUp="" 释放鼠标按钮

87,901

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧