.

点击刷新验证码
分类:电脑知识 发表于:2010/3/24 11:33:53 评论(1)


因为浏览器缓存的问题,每次点击刷新验证码的时候实际上访问的是缓存页面,因此验证码总没有被刷新,解决办法:

onclick="this.src=´code.asp?´+new Date().getTime()"

  
邮箱: 密码:
  • Kaydence (2012/4/3 13:58:10)
    Thanks for the inisght. It brings light into the dark!