>
> onkeyup="ajax('/palitan/default/my_function', ['lastname'], 
> 'target');" 
>

Also, note that it is recommended that you create all URLs with the URL 
function:

onkeyup="ajax('{{=URL("default", "my_function")}}', ['lastname'], 
'target');" 

Reply via email to