You are here: irt.org | About | Feedback | 1255 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q107
Sent by
michel on May 19, 2000 at 06:50:16:
Comments:
<a href="javascript:;" onClick="test(); return false"><img src="clikme.gif" width=32 height=32 border=0"></a>
The return false resets the cursor and cancels the following of the link
If you insist on clicking on images, you need to capture mouseUps on the image:
<img src="test.gif" width=25 height=25 border=0 alt="" onClick="test()" onMouseUp="if (document.layers&&event.which==1) test()">
Other feedback on 'irt.org FAQ Knowledge Base Q107' - show all