T O P I C R E V I E W |
Roy |
Posted - 25 Mar 2004 : 15:06:06 Hello,
IN the "help File" section on Events, it is write :"All object can manage certain events; this is the complete list: - onMouseOver --> when the mouse is over the object; - onMouseOut --> when the mouse leave the object; - onClick/onDblClick --> when the user click a mouse button on the object; - onBlur --> when a input control lose the focus; - onChange --> when the value of an input field change;"
But, in Dynamic HTML Editor software the two last ones aren't there and are replace by "OnMouseUp" and "OnMouseDown".
It will be more interesting to work with "OnBlur" and "OnChange" than the two others.
Maybe the "help File" Event section must be corrected or, best, the "onBlur" and "OnChange" implemented in the next version.
Roy [2 ?:-|]
|
1 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 25 Mar 2004 : 16:05:30 Not all HTML objects support the onBlur and onChange event; these events cannot be applied to page or label objects for example; these events are useful in input controls such button or textbox.
|
|
|