HREF code - On Submit to stop spam

W

Wayne-I-M

HI

I have a feedback form with a submit button that send an e mail to us.

To stop spam mails I have (from www.siteup.com) got an encloded e mail
address that works fine - you can see the e mail address and the "mailto"
works fine but if you go into view source the mail address is not there.
Good so far.

So, question - how can I get this code so that it's behind the submit button

this is the code

<A HREF="mailto:[email protected]">

(e-mail address removed)</A>

I am trying to take off my e mail address from the form but can't work out
how to get this code to work like the e mail address on submit

Thank you
 
T

Thomas A. Rowe

You can't if you want the FP extensions to process the form.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
W

Wayne-I-M

Thank you I will just use the code on the contact us page.

Is there a way to do something like this (hide it from spamers) on a
feedback form

Thank you
--
Wayne
Manchester, England.



Thomas A. Rowe said:
You can't if you want the FP extensions to process the form.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
R

Ronx

Not if you use the FP extensions to process the form.
If you write your own form handler (or modify a pre-written script) then
the email address can be incorporated in the script, and never be seen
by anyone viewing the website.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




Thank you I will just use the code on the contact us page.

Is there a way to do something like this (hide it from spamers) on a
feedback form

Thank you
 
I

Ian Haynes

Is there a way to do something like this (hide it from spamers) on a
feedback form

You'd need to post the form to another page that handles to emailing via
script and isn't visible to the spammers.

If you're on a Windows server this is easy to do with asp or aps.net.
 
W

Wayne-I-M

this is easy to do

Ha Ha, sorry but I'm an access DB programmer (and for some reason they have
told me to run the websites - OMG) - trying really hard to get my head around
web sites though.

Is there a web page that gives a step by step for this "easy" process
 
T

Thomas A. Rowe

Do a search for:

Sending Email via CDOSYS or Sending Email via CDONTS

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
T

Thomas A. Rowe

I have found ASP101 to be a great site with easy to follow examples.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
M

MDBJ

dedicate an email address to forms alone
add a "subject" to the submitted email form
on the email client, set up a simple rule- subject missing, trash the email
 

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

Similar Threads

output to an e-mail address 7
"submit" button 1
submit button 3
forms 1
submit button to e-mail address doesn't work 5
asp / htm spam stopper ?? 6
Submit-->'Page Not Found' 7
Form Driven Mail 2

Top