Spam Spoiler

J

John P.

Is there a way to use a code to reduce the chance of harvesting emails from
a web page when the email address is pulled from a database record?

John P.
 
T

Trevor Lawrence

One way that I have used is to combine the different parts in JavaScript.
e.g.
var addr = 'myname' + '@' + 'mydomain' + '.com' + '.au';

So, just thinking off the top of my head, perhaps the database could store
the different parts and they could be extracted to input fields on a form
(hidden) and then JS used to reassemble the address
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top