On a second look, your case seems having no need for LOAD. How about adjust your code like this?
<a href="#" onclick="ajax(
'{{=URL(request.application,
'todo',
'todo_form')}}', # I change this
[], 'DetailArea')" />New todo
</a>
<div id='DetailAdrea'></div> <!-- and don't miss this -->
On May12, 4:43am, Keith Edmunds <[email protected]> wrote:
> Sorry, Iceburg, I appreciate your attempt to help, but you've lost me
> completely! Can you explain?
>
> Thanks

