Unable to disable left mouse click within a mouseover script. When left-clicking on a mouseover link (in code below, it would be 'name'), page attempts to link to array picture, which naturally, it can't. In code below text 'name' is link to picture in message array.
<a href=""onmouseover="doTooltip(event,0)"onmouseout="hideTip()">name</a>
User would need to use scroll bar, so to disable left click on entire page would be counterproductive.
Any ideas?