我正在尝试将 Securimage PHP 脚本(cf google)用于验证码,但我遇到了一个问题:当我按下链接“不同图像”(显示另一个验证码)时,我丢失了在字段中输入的所有文本我的 PHP 表单。因此,用户将不得不再次重新输入所有内容,这是有问题的。
这是代码。注意:我去掉了 href 的“#”,因为由于某种原因,它无法更改验证码图像。有谁知道为什么?(这发生在 Safari 和 Firefox 中)
<img id='captcha' src='/myproject/securimage/securimage_show.php' alt='CAPTCHA Image' /><br> <a href='' onclick='document.getElementById('captcha').src = '/securimage/securimage_show.php?' + Math.random(); return false'> [Different Image ]</a>