View Single Post
Old 2006-09-22, 11:07 AM   #9
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Hiya Jim,

I think what Johnny meant is that you can have the same results you're getting now but still protect yourself. For instance, this should do what you want but will give you a little protection from the spam harvester bots:

Code:
<script language=javascript><!--
  var contact = "Pink Eyed Jim at Fucking Nasty Shit"
  var email = "pinkeyedjim"
  var emailHost = "fuckingnastyshit.com?subject=Partner_Account&body=Email:%0ADesired_Username:%0ADesired_Password:%0ASample_Gallery_1:%0ASample_Gallery_2:%0ASample_Gallery_3:%0ADomains:%0AComments:"
  document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ " title='click to apply for a partner account'>"+ contact + "<\/a>")
//--></script> <noscript></noscript>
I'll leave you to decide what you'd put in the nonscript tag version.

HTH
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote