Hello,
I have a TIWEXCHANGEBar in a frame of my application and I use the item's Link property to let the user move to external web sites.
The external site opens in the same intraweb window.
Is there any way to open it in a new window or in a new tab?
Kind regards
Fabrizio
You can use the TIWExchangeBar.Panels[].Items[].Target property to set how the link is opened.
To open the link in a new tab or window (depending on your browser's settings) enter "_blank".