Skip to main content

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?

 

Hi René,

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


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


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