I tried to bind onblur event on body tag, and it does work in IE6/8.
But when I turn to w3cschool, it turns out to be that the body tag doesnt have onblur event.
Can anyone explain it?Thanks a lot.
|
I tried to bind onblur event on body tag, and it does work in IE6/8. But when I turn to w3cschool, it turns out to be that the body tag doesnt have onblur event. Can anyone explain it?Thanks a lot. |
||||
|
|
The HTML4 specification does not list the The HTML5 draft on the other hand does. |
|||||
|
|
If you want to support HTML4 browsers, why not use |
|||
|
|
|
Check this in different browsers. |
|||
|
|
|
I would never rely on the source you mentioned. The problem is, MSIE fires the It might help if you explicitly the a
That works for me on FF5. That said, I'm not sure how many versions from FF and how much implementations support that 'tricky' workaround. The next logical question is, why would you want to fire the
|
||||
|