Home  >  Article  >  Backend Development  >  [ThinkPHP]验证码刷新的有关问题。

[ThinkPHP]验证码刷新的有关问题。

WBOY
WBOYOriginal
2016-06-13 13:17:09781browse

[ThinkPHP]验证码刷新的问题。。。
TP验证码刷新的问题。。。

现在点击刷新没反应

浏览器下点击刷新,没有任何错误,奇怪

jq文件也导入了  


HTML code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->

<script language="JavaScript" src="../Public/Js/jquery.js"></script>
<script type="text/javascript">
function fleshVerify()
{
var timenow = new Date().getTime();
$("verifyImg").src = "__URL__/verify/"+timenow;
}
</script>



    <td align="right">验证码:</td>
    <td>
<img id="verifyImg" src="__URL__/verify/" border="0" alt="" align="absmiddle"> <input type="text" id="vdcode" name="vdcode" class="input"   style="max-width:90%"> <a href="javascript:fleshVerify()">刷新验证码</a>
</td>



------解决方案--------------------
xue xi^^^^^^
------解决方案--------------------
zxvxzcvxzvxzvxzvzvx
------解决方案--------------------
是不是浏览器的问题呢?
------解决方案--------------------
传说每天回帖可以得到10个积分。。。O(∩_∩)O~
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn