Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
meyham2001
Contributor
Contributor

Minimalistic HTML TextBox

Hi experts!

I have a small but iching problem. I am using Minimalistic HTML TextBox extension and it works great. However, there's a small thing that bothers me. The text that is parsed to Box contains some links and they work perfectly but they are opened in the same window. I'd like them to be opened in new window or tab.

All standard Qlikview objects open links in new window so it must be a feature within Minimalistic HTML TextBox.

Thank you in advance for your help.

1 Reply
Anonymous
Not applicable

Hi Goran have you tried forcing this in the HTML code itself:

<a href="https://www.wesitename.com/" target="_blank">Link Text</a>


This should force the link to open in a new window