Fix onclick links to return false.
[irspy-moved-to-github.git] / web / htdocs / help / link.mc
1 %# $Id: link.mc,v 1.9 2007-06-25 10:38:35 mike Exp $
2 <%args>
3 $help
4 </%args>
5       <a title="Pops up in a new window" href="#"
6         onclick="window.open('/help.html?help=<% $help %>', 'help',
7                 'status=0,scrollbars=1,height=320,width=320'); return false;"
8         ><img alt="Help" height="16" width="16" src="/help-16px.png"/></a>