Hi,
I have a web site and want to create email links as a way to allow users to send feedback to authors. I do not want web spiders to be able to skim email addressses from my site.
I am trying to write code to break up the email id into several variables and then assemble or concatenate them only at the time the email is to be sent.
Does anyone have any ideas?
Thanks in advance.