Feedback on: irt.org FAQ Knowledge Base Q107
Length:
Too short
Comments:
I tried second one, it's not working. On the first one, "href="#". could you tell me what address it's pointing to?
Technical:
Too technical
Comments:
I'm sorry, but I just have to say that the "duh" factor was a bit high on this one...
Who the heck sent in that question???
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()">