有时候dedecms验证码很模糊,填好了许多内容又要整个页面刷新很麻烦!
这个功能直接点击验证码即可以刷新
原先取得验证码为:
<img name="vdcode" src="/include/validateimg.php" width="50" height="20" alt="">
修改为:
<img name="vdcode" src="/include/validateimg.php" width="50" height="20" alt="" onclick='this.src=this.src;' style='cursor:pointer'>
这个并不是在哪个文件夹而是在你需要注册码的地方加上这个就行了,你看下页面就可以了
比如说修改个人资料就有个要填写注册吗
修改成我这个就OK