Sorry to bring up an old thread - but this is just what I want to do. I tried this code but couldn't get it to work. I want the code:
Code:
<SCRIPT language=Javascript>
<!--
// Anti-Spam email script thingy
emailname = "dwz";
emailserver = "consoleradar.com";
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");
document.write("Contact Us");
document.write("</a>");
//-->
</script>
in my sig (to stop spam bots).
Anyway, when I entered this into my sig, it doesn't appear on my posts. if i look at the source, I see:
Code:
<SCRIPT language=Javascript><br />
<!--<br />
// Anti-Spam email script thingy<br />
emailname = "dwz";<br />
emailserver = "consoleradar.com";<br />
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");<br />
document.write("Contact Us");<br />
document.write("</a>");<br />
//--><br />
</script>
Does this hack work on 2.2.8?