Thanks for suggest, but I need something redirect(URL(..), _target='new'). I fear that it doesn't exists, though web2py does anything.
On Nov 24, 11:19 pm, mdipierro <[email protected]> wrote: > or > > <a href="{{=URL(...)}}" target="new">click me</a> > > On Nov 24, 2:47 pm, Michele Comitini <[email protected]> > wrote: > > > > > > > > > do you mean like this? > > > {{=A('click me!', _href=URL(...), _target='new')}} > > > 2010/11/24 leone <[email protected]>: > > > > Hi, > > > there is a way to redirect to a new page simulating <A ...., > > > target='new'> using URL() > > > or a controller function??? > > > Thanks > > > leone

