为了防止自己的email地址被robot搜到:
可如下处理,使用javascript:
<script language="JavaScript">
function getm(name,domain) {
return "mailto:"+name+"@"+domain
}
</script>
<a href="" onClick="this.href=getm('myaniu','126.com')"
>myaniu(AT)126(Dot)com</a><br>
这样能在一定程度上防止被robot搜到。
你可以修改getm函数的算法,甚至做成加密,不出现@。
你可以这样:myaniu( AT )126(POINT)com 等等。
本人对javascipt不是很熟,只能做简单的处理。
希望这个想法对大家有用。
本文地址:http://com.8s8s.com/it/it33695.htm