mattyod
06-29-2005, 03:57 PM
Hi,
I'm wondering if you guys can help me with something.
I'm in the process of putting up an online html cv as well as a downloadable Word version. The thing is I have a terrible fear of spam bots gathering my email address.
It's not a problem for the html as I will use a javascript something like this...
<script language="JavaScript"><!--
var name = "protected";
var domain = "cdrsoft.com";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
// --></script>
basically breaking the email address into a few variables then placing it all together upon the rendering of the page.
Now I'm assuming that these spam bots can read a Word doc just as well as they can an html one so I was wondering is there a way of doing something similar in Word with vb?
I thought of using an image but as this is a cv I dont want to put any barriers at all to a potential employer emailing me. I want HR people to be able to just click on the link but I don't want bots to be able to see it.
Are any of you able to give me some pointers here as I know very little of vb. Also can any of you see any potential problems with using such a method?
Many thanks in advance :thumbsup:
I'm wondering if you guys can help me with something.
I'm in the process of putting up an online html cv as well as a downloadable Word version. The thing is I have a terrible fear of spam bots gathering my email address.
It's not a problem for the html as I will use a javascript something like this...
<script language="JavaScript"><!--
var name = "protected";
var domain = "cdrsoft.com";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
// --></script>
basically breaking the email address into a few variables then placing it all together upon the rendering of the page.
Now I'm assuming that these spam bots can read a Word doc just as well as they can an html one so I was wondering is there a way of doing something similar in Word with vb?
I thought of using an image but as this is a cv I dont want to put any barriers at all to a potential employer emailing me. I want HR people to be able to just click on the link but I don't want bots to be able to see it.
Are any of you able to give me some pointers here as I know very little of vb. Also can any of you see any potential problems with using such a method?
Many thanks in advance :thumbsup: