JS - Anti Spam email help
JS - Anti Spam email help
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- northern0
Put this in an external file or head of your doc
function mailer(user,domain){
locationstring = "mailto:" + user + "@" + domain;
window.location = locationstring;
}Call this from your link
name@domain.co.uk