Remove these ads by
Signing UpStep 1One can use an image file instead of the @company.TLD (TLD is com, org, net, etc) part of the email address on a webpage. I think some webdesigners do this already.
| « Previous Step | Download PDFView All Steps | Next Step » |



































followed by:
a href="javascript:bjorn('wheels')"><img src="email.gif" width="199" height="20" border="0" alt=""></a
I've removed the < and > so that it will hopefully show up a little more correct.
<SCRIPT LANGUAGE=javascript>
<!--
function bjorn(adress) {
window.location.replace('mailto:' +adress+ '@4130-products.com');
}
-->
</SCRIPT>
followed by:
[javascript:bjorn('wheels') <img src="email.gif" width="199" height="20" border="0" alt="">]
Now lets take it apart.... the "4130-products.com" in the first part is my domain name... so change that to whatever your's is. In the second part the "wheels" is the email name. Lastly you have the tiny gif image (or whatever flavor you want).
So what happens is when you click on the email address gif image, the Java script puts to seperate bits of info together and slaps it down in your email client.