In your statement --
ajax("{{=URL(r=request,c='control2',f='function1')}}"['name'],'target');
comma is missing after URL and before ['name'].
Check whether it is a typo or otherwise.
Secondly, double check whether the external js file is included in the
header section of layout.html
-- Vineet