There are a number of ways to hide or setup text with email attached to it
so that spam harvesters can not get to it or at least helps. But with all
the tips I have seen, none of them address using an image and adding this
trick. What I have done is interested an image in a webpage I am laying out
with FP2003 and I want to right click on the image and add a mailto: there,
but also want to add some kind of anti-spam stuff as well. I was hoping
someone here can help me with this? I believe I was clear enough, but if
not, please ask me to clarify. Thanks much and again, I hope someone can
help.

Re: anti-spam with image in fp 2003 by Ronx

Ronx
Fri Dec 16 03:10:02 CST 2005

One solution to expand on is:

<p><script type="text/javascript">
<!--
var us,dm,addy;
us = "ronx917";
dm = "hotmail.com"
addy = username + chr(64) + dm
document.write("<a href=\"mai" + "lto:" + us + chr(64) + dm + \">")
document.write("<img src=\"images/mailbutton.gif\" width=\"40\"
height="\20\" alt=\"\">")
document.write("</a>")
// -->
</script>
<noscript>Some alternative text for non-javascript browsers</noscript>
</p>

Make sure the image path is correct for each page this is inserted
into - FrontPage will not manage scripted links such as the above.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


"Mark G." <askmefirst@comcast.net> wrote in message
news:uqL1KsgAGHA.2656@tk2msftngp13.phx.gbl...
> There are a number of ways to hide or setup text with email attached
to it
> so that spam harvesters can not get to it or at least helps. But
with all
> the tips I have seen, none of them address using an image and adding
this
> trick. What I have done is interested an image in a webpage I am
laying out
> with FP2003 and I want to right click on the image and add a mailto:
there,
> but also want to add some kind of anti-spam stuff as well. I was
hoping
> someone here can help me with this? I believe I was clear enough,
but if
> not, please ask me to clarify. Thanks much and again, I hope someone
can
> help.
>
>



Re: anti-spam with image in fp 2003 by Kevin

Kevin
Fri Dec 16 07:50:55 CST 2005

One additional note: This does not use right-click, but left-click is really
fine, and using right-click would involve problematic use of JavaScript.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.

"Ronx" <ronx917@hotmail.com> wrote in message
news:ub5mACiAGHA.3984@TK2MSFTNGP14.phx.gbl...
> One solution to expand on is:
>
> <p><script type="text/javascript">
> <!--
> var us,dm,addy;
> us = "ronx917";
> dm = "hotmail.com"
> addy = username + chr(64) + dm
> document.write("<a href=\"mai" + "lto:" + us + chr(64) + dm + \">")
> document.write("<img src=\"images/mailbutton.gif\" width=\"40\"
> height="\20\" alt=\"\">")
> document.write("</a>")
> // -->
> </script>
> <noscript>Some alternative text for non-javascript browsers</noscript>
> </p>
>
> Make sure the image path is correct for each page this is inserted
> into - FrontPage will not manage scripted links such as the above.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
>
> "Mark G." <askmefirst@comcast.net> wrote in message
> news:uqL1KsgAGHA.2656@tk2msftngp13.phx.gbl...
>> There are a number of ways to hide or setup text with email attached
> to it
>> so that spam harvesters can not get to it or at least helps. But
> with all
>> the tips I have seen, none of them address using an image and adding
> this
>> trick. What I have done is interested an image in a webpage I am
> laying out
>> with FP2003 and I want to right click on the image and add a mailto:
> there,
>> but also want to add some kind of anti-spam stuff as well. I was
> hoping
>> someone here can help me with this? I believe I was clear enough,
> but if
>> not, please ask me to clarify. Thanks much and again, I hope someone
> can
>> help.
>>
>>
>
>