In a view I have the following link which opens in a new window:
{{=A('Contact
form',_href=URL(r=request,a='utilities',c='forms',f='contact_form',args='init'),_target='_blank')}}In a menu I have a menu item which references the same function: ['Contact form',request.function=='contact_form',URL(r=request,a='utilities',c='forms',f='contact_form',args='init')]] To keep their behaviour consistent I would like to open the menu item in a new window also, is that possible? Kind regards, Annet.

