I have downloaded and really like the function however I am unable to get it to work the way I need oit to. I have inserted the validate code in my target page for the form data with a response.end after it so I can see the results without impact to my environment.
My issue is as follows...I have a form...it is filled out and on submit ..the form data is validated on the form page. Oly if validation is good do I proceed to the form target page.
I am unable to keep the page from moving on to the target if the code is incorrect.my code is as follows:
document.icaptcha.SetVariable(
code,document.EntryForm.code.value); if (da.code.value == <%=session(code)%>) { return true; } else { return false; }
I alway get submit to my target. What do I need to do to determine if I have an incorrect response and stay on the page with the Incorrect value flashing.
If you need to see the whole page it is at http://development.skipperslogbook.com/members/profile1.asp
Thanks in advance and again...I like the way you have handled the process.
Durell
|