Solved

Hyperlink in panel not working but is working in popup?

  • 9 April 2021
  • 3 replies
  • 67 views

Userlevel 5
Badge +15

I have a message with some html (hyperlink) in it for more explanation about a certain (complex) subject. However, it does work in the popup but not in the panel below, why?

 

icon

Best answer by Mark Jongeling 9 April 2021, 15:21

View original

3 replies

Userlevel 7
Badge +23

Hi René,

That is a limitation of the component. We are not able to show Hyperlinks in the information panel.

Userlevel 2
Badge +3

Hi @René W , can you please explain how you were able to create the hyperlink in the message ?

For some reason my A HREF is just interpreted as text and now converted to an hyperlink 🤔

Currently using:

DECLARE @url NVARCHAR(MAX);

SET @url = CONCAT('<text>'
,'<a href="https://www.nu.nl" target="_blank">MyLink</a>'
,'</text>')

EXEC tsf_send_message 'URLtest', @url, 0;

Created message:

Thanks

Userlevel 7
Badge +23

Hi @C. Lousberg ,

It looks like the Web GUI does support hyperlinks inside pop-up messages. The Windows GUI does not to my knowledge.

Reply