I am having an issue with using links in display_message.  Is it even
possible to use the display_message for clickable links?

Here is the label I am using:

$labels['sysnotice_msg_clickable']= "<a id=\"sysnoticebtn\"
onclick=\"return rcmail.command('plugin.sysnotice.goto','',this)\"
href=\"#\">Click Me</a>";


Here is the display_message

$rcmail->output->command( 'display_message',
$this->gettext('sysnotice_msg_clickable'), 'error');


The link is clickable in the message, but seems to have no effect.  Any
insight?

---

Robert King
System Administrator
Computing & Communications
Memorial University
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to