I created a mixin, PopupPageLink, that opens a new window containing a the
link, with window.open() in javascript. It gives you more control over the
opened window. Also, you can add the mixin to any element, not just a link,
just make a hook to the onclick event.

Let me know, and I'll post the code. It's very simple :)

On Sun, Mar 8, 2009 at 2:38 PM, ningdh <ningd...@gmail.com> wrote:

> Just add target="_blank" to actionlink.
>
> <a href="#" t:type="actionlink" target="_blank">XX</a>.
>
>
> DH
>
> Sent: Sunday, March 08, 2009 8:24 PM
> Subject: how to let actionlink to open another page like target="_blank"?
>
>
> > Hi,
> >
> > I have a question about actionlink, is there any possible to make it to
> open
> > another new page instead of change in current page?
> > make it something like <a href="xxxxx" target="_blank"> ?
> > Thank you.
> >
> > Regards,
> > Tan
> >
>

Reply via email to