Anyone know if an onclick event handler can cancel an onmouseover event handler and bring the user to the href?
< a href=" onmouseover="dosomething"
onclick="cancel dosomething and bring the user to tek-tips">link</a>
What I want is an informational ajax window to pop onmouseover (which works and is delayed a bit intentionally), but if the user clicks on the link I want to cancel the onmouseover and bring the user to the href.
< a href=" onmouseover="dosomething"
onclick="cancel dosomething and bring the user to tek-tips">link</a>
What I want is an informational ajax window to pop onmouseover (which works and is delayed a bit intentionally), but if the user clicks on the link I want to cancel the onmouseover and bring the user to the href.