<br>
A e-Protect trick:<br>
Since e-mails are not displayed at all if javascript is not activated, I've added<br>
$html .= "<noscript>Please, activate javascript in the browser options.</noscript>";<br>
<br>
in the<br>
function eProtectDecode<br>
before<br>
$html .= "\n<!--/eProtect-->\n";<br>
return Keep($html);<br><br><br>Usageof <noscript>: <noscript>Here put the text to be displayed if javascript is not activated...</noscript><br><br>I suppose it's not the prettiest way to put it in the php code...
<br><br>Vincent<br>