Thanks heaps. That's exactly what I was after!
Eventually the spam harvester daemons are going to catch on to that, if
they havent already. It is a very simple replace operation needed to
decode that character entity method, and thus a spam harvester could
still get the email address.
The best way is to use some form of server-side processing (JSP, PHP,
CGI, ASP, etc...). With that you have a normal form where the action
attribute points to a webpage, as normal, and not to a mailto: URL.
Becaus ethe form processing code in the JSP/PHP/ASP/whatever page is run
on the server, all they see is the HTML output, just like any normal
form processing.
Since this is a FronPage newsgroup, I assume that you are using ASP, so
I wouyld suggest looing at pages like
http://www.sitepoint.com/article/596
http://www.aspemail.com/
or using a search anging look for pages about ASP and CDO (Collaborative
Data Objects).