How to force interaction hyperlink to open on current window/tab

Stimulsoft Reports.WEB discussion
Post Reply
josephnm
Posts: 2
Joined: Thu Feb 09, 2012 11:37 pm
Location: Philippines

How to force interaction hyperlink to open on current window/tab

Post by josephnm »

Hi Everybody,

I would like to force the interaction hyperlink to open on the current page or tab. Is this possible? Currently when I looked at the source of the web page, the hyperlink's target was set to "_blank" which causes it to open on new window/tab. It seems to be the default behavior.

Regards,
Joseph
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

How to force interaction hyperlink to open on current window/tab

Post by HighAley »

Hello, Joseph.
josephnm wrote:I would like to force the interaction hyperlink to open on the current page or tab. Is this possible? Currently when I looked at the source of the web page, the hyperlink's target was set to "_blank" which causes it to open on new window/tab. It seems to be the default behavior.
Please, try to set next property for WebViewer:

Code: Select all

OpenLinksInNewWindow="False"
Thank you.
josephnm
Posts: 2
Joined: Thu Feb 09, 2012 11:37 pm
Location: Philippines

How to force interaction hyperlink to open on current window/tab

Post by josephnm »

Thanks. It works.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to force interaction hyperlink to open on current window/tab

Post by Andrew »

Hello,

Great! Thank you for letting us know about this.
Post Reply