J
john Q
As one measure in reducing spambots from harvesting email addresses,
I've used Hiveware's obfuscator with good results. (It encodes and
encrypts a javascript routine, so that a person would have to manually
harvest emails, most bots can't get it) Although no method is
perfect or without it's downsides, this certainly helps.
Within the frontpage form, I'd in theory have to use a simpler method,
just encoding the email address with ascii codes, etc. that are
presented just fine in a browser, but not interpreted by a bot.
The only problem, is that frontpage "fixes" the encoded email address
back to it's character representation. (I'm still using FP2000, btw)
(How it is now: <form method="POST" action="--WEBBOT-SELF--"
onSubmit="return FrontPage_Form1_Validator(this)"
name="FrontPage_Form1">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="info@the domain name.com"
--><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan -->
I'd like to say,
"S-Email-address="(e-mail address removed)">[email protected]m"
", but FrontPage converts it back to the character form after saving.
So anyway, anyone have an idea? Either on stopping FP from fixing the
obfuscated email, or a more sophisticated method.
Thanks in advance!
I've used Hiveware's obfuscator with good results. (It encodes and
encrypts a javascript routine, so that a person would have to manually
harvest emails, most bots can't get it) Although no method is
perfect or without it's downsides, this certainly helps.
Within the frontpage form, I'd in theory have to use a simpler method,
just encoding the email address with ascii codes, etc. that are
presented just fine in a browser, but not interpreted by a bot.
The only problem, is that frontpage "fixes" the encoded email address
back to it's character representation. (I'm still using FP2000, btw)
(How it is now: <form method="POST" action="--WEBBOT-SELF--"
onSubmit="return FrontPage_Form1_Validator(this)"
name="FrontPage_Form1">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="info@the domain name.com"
--><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan -->
I'd like to say,
"S-Email-address="(e-mail address removed)">[email protected]m"
", but FrontPage converts it back to the character form after saving.
So anyway, anyone have an idea? Either on stopping FP from fixing the
obfuscated email, or a more sophisticated method.
Thanks in advance!