Forum Moderators: open
So it look like this: Email address: #email#
I want to encrypt or encode the #email# output so that bots/spammers cannot harvest.
Thanks-
<script language='JavaScript'>
<!--
var c='r',k='o',n='d',i='e',h='k',m='.',o='k',e='g',a='a',b='d',g='k',d='@',f='o',j='s',l='k';
document.write('<a href="mailto:'+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+'">'+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+'</a>');
//-->
</script>
Should be easy to make an algorithm that shuffles the 'var' letters.
If this is not good enough take a look at:
[jracademy.com...]