使用文本框值验证图像

时间:2014-04-02 15:35:05

标签: javascript php jquery

我想用用户编写的文本框值验证验证码图像。 可能吗。? 这是我的一些代码

   <div class="jr_captcha" style="float: left;">
   <img id="captcha"    src="http://xyz/cache/1396449675.0744.jpg" width="100" height="30"    style="border:0;" alt=" ">
   </div>
   <input name="data[Captcha][code]" id="code" type="text" class="jr_captcha_code" size="5" maxlength="5">

这是显示我想要阅读的文字的图像。      (由于声誉无法添加)但图像看起来像 KkbLM

是否可以这样做。? 我不知道我该怎么办。

注:

- 我正在研究joomla

- 我无法修改HTML或组件背后的任何编码。

- 我必须使用javaScript,Jquery或支持的PHP脚本。

1 个答案:

答案 0 :(得分:0)

无法自动读取图像上的文字。从您的示例中,图像来自http资源,找到一种方法从同一http源检索图像上的文本并将其存储在隐藏字段中。然后可以将其与文本框值进行比较。