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
How to force interaction hyperlink to open on current window/tab
Hello, Joseph.
Thank you.
Please, try to set next property for WebViewer: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.
Code: Select all
OpenLinksInNewWindow="False"
How to force interaction hyperlink to open on current window/tab
Thanks. It works.
How to force interaction hyperlink to open on current window/tab
Hello,
Great! Thank you for letting us know about this.
Great! Thank you for letting us know about this.