Hide your mail
8
You can search for "@" or something like mail information in your page source code. You'll find nothing.
You can have link of your mail with a title or just you mail address as the title. Hope this code have no problem...
You can have link of your mail with a title or just you mail address as the title. Hope this code have no problem...
<script>
function mail_protege(nom,domaine,titre){
var chiffre = 8*(4*2);
var a_tordu = "&#"+chiffre+";";
if(titre){
document.write('<a href="mailto:'+nom+a_tordu+domaine+'">'+titre+'</a>');
}else{
document.write('<a href="mailto:'+nom+a_tordu+domaine+'">'+nom+a_tordu+domaine+'</a>');
}
}
</script>
<script>
mail_protege('contact','yourdomain.com');
</script>
<script>
mail_protege('contact','yourdomain.com','YourDomain.com');
</script>






Siva
Regards,
Kumar S
GuyFromChennai.com
What can be the filter for a robot to capture a mail from this code?
Thanks for responding
Siva