|
A "click" won't be triggering onblur() as the onblur event is called when an object loses focus. If the object changes the location of the window when it gets focus (eg; clicked on), onblur() will never be called.
Use the onfocus() event on these objects, bearing in mind that the script will be called every time the object recieves focus.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|