Feedback on: irt.org FAQ Knowledge Base Q612
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.
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>
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>
Worth:
Worth reading
Length:
Technical:
Comments:
Thanks! Worked like a charm: onFocus="this.blur()"