Page 1 of 1

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

Posted: Thu Feb 09, 2012 11:45 pm
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

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

Posted: Fri Feb 10, 2012 3:53 am
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.

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

Posted: Sun Feb 12, 2012 11:26 pm
by josephnm
Thanks. It works.

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

Posted: Mon Feb 13, 2012 1:41 am
by Andrew
Hello,

Great! Thank you for letting us know about this.