response.menu = [(A('click me',_onclick="alert('hello')"),None,None)]
On Wednesday, 29 August 2012 18:22:25 UTC-5, simon wrote: > > Can I call a javascript function from a menu? > > I have tried replacing the menu url with "javascript: alert('hello')" > > However it seems to show the alert twice. > --