Form email addr protection FP2K

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

I use FrontPage 2000 and am wondering if there is a way to protect the
S-Email-Address="(e-mail address removed)"
field in FrontPage forms from spam spiders.
I've already found that Jimco's Spamspoiler doesn't work with FP2K.
Any ideas?
 
No. The only foolproof way for all browsers is to use a custom written
server side form handler, with the email address hard coded in the handler.

Spamspoiler will not work for FrontPage forms with any version of
FrontPage.
 
I have found an email encryption option called Email Riddler at
http://www.dynamicdrive.com/emailriddler/index.htm
For forms they suggest you use something like:
<input type="hidden" name="destination" value="" />

<script type="text/javascript">
document.myform.destination.value=postemail3422
</script>
where postemail3422 is an encrypted email address. How would I replace
this in the
S-Email-Address="(e-mail address removed)" field of the form bot?
 
Back
Top