In response to
"I am adding an e-mail address to a website that I am making. I don't want to leave it as simple text because a spammer bot can find it. I will make "
by
James Bond (aka Igor)
|
Techie answer: You could do it in dhtml.
Posted by
Ender (aka Ender)
Jul 21 '10, 22:05
|
Make the spot where you want it a div and then onload run a javascript function that populates the inner text of that div. In the js just don't put the whole address in one variable, split them up.
|
Responses:
|