Putting obfuscated email in Frontpage form (without FP "fixing" it)

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, 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]&#109"
", but FrontPage converts it back to the character form after saving.

So anyway, anyone have an idea? (No need to tell me "don't bother
doing that, it doesn't work". I'm going to try anyway, so at this
point, if you have a way to make FrontPage save the encoded email
address within the form text, I'd be grateful

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top