Does anyone have any sample code showing how to call the Web2py 'ajax' function from a menu? I currently have this as a link on a page, and I'd like to move it to a menu item:
<a href="#" onclick="ajax(
'{{=URL(request.application, 'dopy', 'new')}}',[], 'DetailArea'
)" />New</a>
Thanks
--
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

