Fix onclick links to return false.
[irspy-moved-to-github.git] / web / htdocs / help / link.mc
index f2b68a5..cca692c 100644 (file)
@@ -1,8 +1,8 @@
-%# $Id: link.mc,v 1.8 2007-03-16 14:21:45 mike Exp $
+%# $Id: link.mc,v 1.9 2007-06-25 10:38:35 mike Exp $
 <%args>
 $help
 </%args>
       <a title="Pops up in a new window" href="#"
        onclick="window.open('/help.html?help=<% $help %>', 'help',
-               'status=0,scrollbars=1,height=320,width=320')"
+               'status=0,scrollbars=1,height=320,width=320'); return false;"
        ><img alt="Help" height="16" width="16" src="/help-16px.png"/></a>