Form email addr protection FP2K

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?
 
R

Ronx

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.
 
L

Larry

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?
 

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