Hi MadDog,
My problem is that I've only one page. In this page the asp-code from AspMail is processed.
When I insert:
<!-- include the Web Wiz CAPTCHA form -->
<!--#include file="CAPTCHA/CAPTCHA_form_inc.asp" -->
this part works.
But when I insert at the top of my page too:
<!-- Include file for CAPTCHA form processing -->
<!-- #include file="CAPTCHA/CAPTCHA_process_form.asp" -->
I get the error "compiling error in Microsoft VBScript (0x800A0411); Name exists 'Dim blnCAPTCHAabout'".
How can I use my form page when I've only one page?
Thanks for your help?
Thorsten