Forums

ASP

This topic is locked

"return false"-like effect for ASP?

Posted 11 Oct 2007 10:40:29
1
has voted
11 Oct 2007 10:40:29 Seng Seng posted:
Hey guys,

I've this captcha form for validation, how do I have the javascript-like "return false" effect?
By default, it will display a error-message which I do not want.

-----------------------
strCAPTCHA = Trim(Request.Form("strCAPTCHA")
if strCAPTCHA = Trim(Session("CAPTCHA_" & Session.SessionID)) then
else
ErrorMessage = ErrorMessage & Server.URLEncode("You did not type in the verification info correctly.\n\n" // This is not what i want
End If
-----------------------

Replies

Replied 14 Dec 2007 12:33:21
14 Dec 2007 12:33:21 Amy Asadi replied:
Hi.I have the same problem.PLZ somebody help us.
thanks

Reply to this topic