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?
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
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
It looks like the Web GUI does support hyperlinks inside pop-up messages. The Windows GUI does not to my knowledge.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.