cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
olan001
Level 2

MessageBox - CtrlGetUrlForLinkClicked

Hello,

In a message displayed by MessageBox, I would like the message to contain a clickable link to an url.
I tried with this text:
svMessagePart2 = "BlaBlaBla...";
svMessagePart2 = svMessagePart2 + "[html]<style type=\"text/css\">html,body {padding:0; margin:0; background-color:ButtonFace} * {font-size: 8pt; font-family: \"MS Sans Serif\";} </style>";
svMessagePart2 = svMessagePart2 + "<a href=\"https://www.mysite.com/aide-technique\">Learn more</a>";

MessageBox(svMessagePart2, WARNING);

But in the message, the html code is not interpreted.
Is there a solution?
Thanks in advance

Labels (1)
0 Kudos
(0) Replies