Loading...
 
Features / Usability

Features / Usability


Using Anti-Spam Script

posts: 104 United States

How to use this following anti spam script in wiki?

(script)
//Anti-spam address builder
var user = "Test"
var domain = "Test"
var tld = "com"
document.write("< a href=" + "mail" + "to:" + user + "@" +
domain + "." + tld + ">" + user + "@" + domain + "." + tld + "</a>")
(/script)

I had to use () not <> since Tiki removes the script.

Thanks.

posts: 104 United States

This is all I could find?

- - - - - - - - - - - - -
index.tpl
-----

Send inquiries to
{mailto address=$EmailAddress encode="javascript" subject="Hello"}
- - - - - - - - - - - - - -

What does that mean? Or how do you ues it?

http://smarty.php.net/manual/en/tips.obfuscating.email.php

Thanks.