Save E-mail
Permalinkis there any possibility to keep my e-mail adress free from spam?
I found the add-on "Email Obfuscator" but it adds an extra block for the e-mail adress.
I want to write my save e-mail adress in the "tinymce" editor. I tried to add Javascript over the HTML button, but that didn't work.
Billy :)

<script type="text/javascript">// <![CDATA[ emailE=('yourname@' + 'emailserver.com') document.write( '<A href="mailto:' + emailE + '">' + emailE + '</a>' ) > // ]]></script>
If you try something like this, it should fire.
<script type="text/javascript"> alert("Script has run"); </script>
Anyway thanks for your help.