The first:
A('Open in new window',_href=URL('...'),_target='_blank')
.....but using redirection. There is a way?

On Nov 26, 6:49 pm, "mr.freeze" <nat...@freezable.com> wrote:
> Or do you mean use some javascript in the response to open a new
> window?
>
> On Nov 26, 11:46 am, "mr.freeze" <nat...@freezable.com> wrote:
>
>
>
>
>
>
>
> > Like so?:
> > A('Open in new window',_href=URL('...'),_target='_blank')
>
> > On Nov 26, 11:42 am, leone <handja...@gmail.com> wrote:
>
> > > I need to redirect to a new page (for example as a new tab in
> > > chrome....).
>
> > > On Nov 25, 4:30 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > > I do not understand what you want to do.
>
> > > > On Nov 25, 7:13 am, leone <handja...@gmail.com> 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 <mdipie...@cs.depaul.edu> wrote:
>
> > > > > > or
>
> > > > > > <a href="{{=URL(...)}}" target="new">click me</a>
>
> > > > > > On Nov 24, 2:47 pm, Michele Comitini <michele.comit...@gmail.com>
> > > > > > wrote:
>
> > > > > > > do you mean like this?
>
> > > > > > > {{=A('click me!', _href=URL(...), _target='new')}}
>
> > > > > > > 2010/11/24 leone <handja...@gmail.com>:
>
> > > > > > > > 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