WebServer.com.my

Portal Home > Knowledgebase > SpamFilter Gateway > I am having problems with being spammed


I am having problems with being spammed




It could be your email address has been taken off from your website and sold to spammers. You can actually hide your email address but still have people email me to you by adding the following code into your page where you have your email listed. It involves a simple Java Script.


<script language="javascript">
function m_sfcon 
(u) {
pre = 
"mail"&#59;
url = pre 
+ "to:" + 
u&#59;
document.location.href = url 
+ "@yourdomain.com"&#59;
}
</script>
<a href="javascript:m_sfcon('YOUR-EMAIL-PREFIX-GOES-HERE')">Email 
Me</a>


If your email is abc@yourdomain.com you would change the "yourdomain.com" to "test.com"
and "YOUR-EMAIL-PREFIX-GOES-HERE" would be changed to abc.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read