I need to make the following for EACH link in my page:
onfocus="this.blur()"
Like this:
<a href=" onfocus="this.blur()"></a>
Is there a way to do it to the whole links without inserting
this line to each link? WITHOUT inserting CLASS name to each link,
without inserting a function name to each, etc.?
Something like: document.tagName.event="whatToDo()";
(I invented this one...of course..but u got the idea I guess)
I don't need this one to work on ns for a change, only IE.
Thanks in advance
onfocus="this.blur()"
Like this:
<a href=" onfocus="this.blur()"></a>
Is there a way to do it to the whole links without inserting
this line to each link? WITHOUT inserting CLASS name to each link,
without inserting a function name to each, etc.?
Something like: document.tagName.event="whatToDo()";
(I invented this one...of course..but u got the idea I guess)
I don't need this one to work on ns for a change, only IE.
Thanks in advance