点击验证码重新加载验证码图片JavaScript代码详解编程语言

<script language="JavaScript"> 
function refreshcapture(){ 
var imgid=document.getElementById('captchaImg'); 
imgid.setAttribute('src','stickyCaptcha.png?'+Math.random()); 
//加入随机数不然地址相同 
} 
</script> 
  
  
  
<img src="stickyCaptcha.png"    id="captchaImg" border="0" onclick="refreshcapture()"  style="cursor:hand;"  />

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/8720.html

(0)
上一篇 2021年7月18日
下一篇 2021年7月18日

相关推荐

发表回复

登录后才能评论