G
Gernot Frisch
Hi,
is this code:
<script type="text/javascript">
var a,b,c,d;
a = "x";
c = "kungfu";
b = "y";
d = "com";
document.write("<a href='mailto:" + a+b+"@"+c+"."+d+"'>eMail</a");
</script>
a safe way of hiding email address from spam bots? Or will they know
javascript and produce the (e-mail address removed) ??
is this code:
<script type="text/javascript">
var a,b,c,d;
a = "x";
c = "kungfu";
b = "y";
d = "com";
document.write("<a href='mailto:" + a+b+"@"+c+"."+d+"'>eMail</a");
</script>
a safe way of hiding email address from spam bots? Or will they know
javascript and produce the (e-mail address removed) ??