On Mar 13, 7:10 am, "Mathias Fritsch" <mathiasfrit@gmx.de> wrote:
> I try to run the following code, but no onblur/onfocus events happen.
> Is onfocus/onblur implemented in ie/firefox?
Yes, but generally only where the W3C HTML 4 specification says they
should be:
<URL: http://www.w3.org/TR/html4/index/attributes.html >
i.e.
A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA
Browsers do implement non-standard properties, however even if you
discover a browser that does support focus and blur events for tables,
you've already discovered two popular ones that don't.
Therefore it is not a good idea to attempt to use it.
--
Rob