PHP Classes

How to use it in ajax

Recommend this page to a friend!

      HN CAPTCHA  >  All threads  >  How to use it in ajax  >  (Un) Subscribe thread alerts  
Subject:How to use it in ajax
Summary:How to compare the entered security word
Messages:1
Author:Khun Jack
Date:2012-01-21 23:31:31
 

  1. How to use it in ajax   Reply   Report abuse  
Picture of Khun Jack Khun Jack - 2012-01-21 23:31:31
Hello Horst,
so great to see that you still answering questions !!!

I used your fantastic class several times.

Now I want to use it with xajax.

In a normal not ajax envirnoment, I use it in the post section to verify the entered data like: if($sCaptcha->validate_submit()!=1)) {....} else {...}

How can I use it in ajax , which just is called via onclick (no submit).

Of course I have the field
<input type="text" id="hncaptcha_private_key" name="hncaptcha_private_key">
available in the xajax routine...

Q: How can I get the displayed characters displayed in the image, so that I can compare it in the ajax routine? Or any other function/possibility to compare without a submit?

Appreciate your help a lot.

Thank you very much in advance
Jack