Agreed!!
Don
================
| Don,
|
| The only issue I ran into using JavaScript to hide email address, is when
I did a search and replace
| a few years later, which were not found.
|
| I had totally forgotten that I had hidden a few addresses until someone
sent an email to a specific
| address. I had to contact this person to see how they found that specific
email address.
|
| So if this approach is use, in needs to be in a Include Page, so that you
have a single file to
| update.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
|
http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| > Will webbots read hex email addresses?
| >
| > I use JavaScript for email addy's on my site,
| > can't vouch for the success, but we don't receive
| > allot of group spam. Here's the code.
| > ===============
| > <script language=JavaScript>
| > <!--
| > var username = "username";
| > var hostname = "Domain.com";
| > var linktext = "Click Here To Send Me Email";
| > document.write("<a href=" + "mail" + "to:" + username + "@" +
hostname
| > + ">" + linktext + "</a>")
| > //-->
| > </script>
| > =============
| >
| > HTH
| > Don
| > ====================
| > "Phillip Vong" <phillip_vong*at*yahoo*dot*com> wrote in message
| > | > |I was told there was a way to hide the Emails on my website from
Spammers.
| > | This is what I've been using.
| > |
| > | <a href="mailto:
[email protected]?subject=Need Subject">
| > | (e-mail address removed)</a><p> </td>
| > |
| > | I was told that the (@) to represent the @ sign was not enough and
| > | spammers could read this. Is that true?
| > | Is there a way I can make the email desplay an @ for viewers without
using
| > | the @ sign like I have in the example?
| > |
| > | Basically, I'm trying to find a way to keep Spammers from fishing for
| > emails
| > | on this website.
| > |
| > | Thanks1
| > |
| > |
| >
| >
|
|