Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q107

Feedback on: irt.org FAQ Knowledge Base Q107

Sent by Li Lu on March 24, 2000 at 13:26:44: - feedback #989

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?


Sent by Coby Wan Kenobi on April 21, 2000 at 23:10:08: - feedback #1128

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???


Sent by michel on May 19, 2000 at 06:50:16: - feedback #1255

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()">


©2018 Martin Webb