首页Home
案例Case
服务Service
优势Advantage
新闻News
关于About
联络Contact
如何实现点击验证码图片,数据自动刷新,下面给出一段代码,即可实现本功能。
<img src="inc/checkcode.asp" alt="验证码" align="bottom" style="cursor:pointer;" title="看不清可单击图片刷新" onclick="this.src='inc/checkcode.asp?d='+Math.random();" />
其中 inc/checkcode.asp 是你读取验证码的路径。