I changed the URL below:

{{=A(row.bedrijf.bedrijfsnaam,_onmouseover="this.style.cursor='pointer';",_onclick="javascript:openwindow('%s','detailswindow',
792,744)"%URL(r=request,f='details',args=[row.bedrijf.id]))}}

to:

{{=A(row.bedrijf.bedrijfsnaam,_onmouseover="this.style.cursor='pointer';",_onclick="javascript:openwindow('%s','detailswindow',
792,744)"%URL('details',args=[row.bedrijf.id]))}}

and wonder whether this is syntactically correct:
URL('details',args=[row.bedrijf.id])


Kind regards,

Annet.

Reply via email to