spam
spam
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- foreign0
crap code, propably, but this works:
function:
function noSpam(action, user, domain, subject) {
locationstring =action + "" + user + "@" + domain + "?subject=" + subject;
window.location = locationstring;
}...................
link:
a href="javascript:noSpam('mailto...