Navigator 2.0, Internet Explorer 3.0
element.onblur
The onblur() event handler of a form element is invoked by the web browser when the user transfers keyboard focus away from that form element. Calling blur() to remove focus from an element does not invoke onblur() for that object. Note, however, that calling focus() to transfer focus to some other element will cause the onblur() event handler to be invoked for whatever element currently has the focus.
The onblur() event handler is a function defined through the onBlur attribute of the HTML tag that defined the form element. The value of this attribute is a string that may contain any number of JavaScript statements, separated by semicolons. In Navigator 3.0, the onblur() event handler may also be defined by assigning a function directly to the onblur property of an element.
The onblur() event handler is available for all form elements except the Hidden element. For Navigator 2.0 and 3.0 on Unix platforms, however, it is only invoked for the text-entry elements: Text, Textarea, Password and FileUpload. Note that in Navigator 3.0, the Window object also defines an onblur() event handler.
file: /Techref/language/java/script/definitive/refp_107.htm, 5KB, , updated: 2019/10/14 15:00, local time: 2024/11/15 14:05,
18.216.3.63:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/language/java/script/definitive/refp_107.htm"> [Chapter 21] Reference: Element.onblur()</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.