View Single Post
  #4 (permalink)  
Old 05-01-09, 12:52 AM
harish harish is offline
Newbie Coder
 
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
it possible to have 2 mouseover events linked to a single image or text..
you can do it by separating each action with a simicolon.
eg of this is below....
consider dothis() and dothat are two funtions..
Code:
<a href="#" onMouseover="dothis(); dothat()">
Reply With Quote