标签:
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>
标签:
原文地址:http://www.cnblogs.com/manzb/p/5160969.html