Jerome Bei wrote:
Quote:
You can try the onfocusin / onfocusout-event [...] |
Micro$oft forgot their usual MSDN Library statement there:
Quote:
There is no public standard that applies to this $foo. |
Using onfocusin/onfocusout attributes creates invalid HTML
and the respective DOM object properties are IE only.
<http://www.w3.org/TR/html4/>
<http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings>
There is a DOMFocusIn event defined in DOM Level 3 Events, however that
specification is still a Working Draft and definitions therein would apply
to DOM object properties only (so no onfocusin/onfocusout attributes in
non-extensible/extended markup languages):
<http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventTypes-complete>
PointedEars