Open link in a new tab

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Open link in a new tab

Shereen
Hi All
Is there any option in ofbiz that can enable me to open a new tab or new window when I click a button?
so instead of navigating to another page i want that page in anew window or tab
If so how?
Reply | Threaded
Open this post in threaded view
|

Re: Open link in a new tab

Jacques Le Roux
Administrator
Look for

<a target="_blank" in FTL
target-window="_BLANK" in widgets

Jacques

Shereen wrote:
> Hi All
> Is there any option in ofbiz that can enable me to open a new tab or new
> window when I click a button?
> so instead of navigating to another page i want that page in anew window or
> tab
> If so how?