Jump to content

Recommended Posts

Posted

not sure if you all can use this, but I have this unspamable email link.

 

here is the coding:

 

<script language="JavaScript"><!--

var name = "username";

var domain = "domainname.com";

document.write('<a href=\"mailto:' + name + '@' + domain + '\">');

document.write(name + '@' + domain + '</a>');

// --></script>

 

I hope that it is something you all can use

Posted

Ive used that on some of my site. I have even seen that type of thing taken one step further.

h*tp://www.u.arizona.edu/~trw/spam/spam4.htm

 

Even with that, I would hesitate to say unspamamable. There are a lot of very smart, naughty people out there.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...