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