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

Feedback: irt.org FAQ Knowledge Base Q612

Feedback on: irt.org FAQ Knowledge Base Q612

Sent by Lori Stanford on October 07, 1999 at 13:12:56: - feedback #500

Worth:
Not worth reading

Comments:
This script doesn't work because the A HREF="javascript:void(0)" is where the destination file name should go.







Sent by Euiseok on July 15, 2001 at 09:08:57: - feedback #2969

Comments:
It works.

<head>... function looseFocus(){
this.focus();
}
</head>

<body>
<a href="menu1.html" target="right1" onFocus="looseFocus()">
<img src="menu1.GIF" width="100" height="20" border="0" alt="about me" name="menu1"></a>
</body>


Sent by Brad on February 04, 2002 at 22:56:29: - feedback #3564

Worth:
Worth reading

Comments:
To add the link, place the page that is to be linked to after the void(0). <A HREF="javascript:void(0),'page.htm'" onFocus="this.blur()"><IMG SRC="image1.gif" WIDTH="100" HEIGHT="100" BORDER="0"></A>




Sent by on Wednesday August 29, 2007 at 16:32:09 - feedback #4965

Worth:
Worth reading

Length:

Technical:

Comments:
Thanks! Worked like a charm: onFocus="this.blur()"




©2018 Martin Webb