码迷,mamicode.com
首页 > 编程语言 > 详细

php登陆界面刷新验证码 javascript 的写法

时间:2016-01-26 18:36:00      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:

 1 <script type="text/javascript">
 2     function refreshVerify(){
 3         var imgId = document.getElementById("getVerify");
 4         imgId.src = "getVerify.php?ran=" + Math.random();
 5     }
 6 </script>
 7 
 8 ================================
 9 
10 <a href=‘javascript:refreshVerify();‘>
11 <img id=‘getVerify‘ src="getVerify.php"  title="点击刷新"/>
12 </a>

 

php登陆界面刷新验证码 javascript 的写法

标签:

原文地址:http://www.cnblogs.com/manzb/p/5160969.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!