Or do you mean use some javascript in the response to open a new
window?

On Nov 26, 11:46 am, "mr.freeze" <[email protected]> wrote:
> Like so?:
> A('Open in new window',_href=URL('...'),_target='_blank')
>
> On Nov 26, 11:42 am, leone <[email protected]> wrote:
>
> > I need to redirect to a new page (for example as a new tab in
> > chrome....).
>
> > On Nov 25, 4:30 pm, mdipierro <[email protected]> wrote:
>
> > > I do not understand what you want to do.
>
> > > On Nov 25, 7:13 am, leone <[email protected]> wrote:
>
> > > > 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
>
>

Reply via email to