Lose Focus Event

Started by
1 comment, last by Nep 20 years ago
I was wondering if there was an event that triggered when a website lost focus, perhaps somewhere in the document object. The only problem I can foresee with this, is I''m using this on an Active desktop web page. Do those ever really lose focus? I''m a novice coder, so any help would be most appreciated. -Thanks
Advertisement
The event for an element (form field etc) losing focus is onBlur() (see here). You might be able to override window.onBlur() or document.onBlur()...
onBlur doesnt work, I think because its the desktop.
This was the problem I was running into before.

This topic is closed to new replies.

Advertisement