アンチボットの連絡フォームでこれを使用していますが、それでも大量のメールを受信しました。
<script type="text/javascript">
var a = Math.ceil(Math.random() * 10);
var b = Math.ceil(Math.random() * 10);
var c = a + b
function DrawBotBoot()
{
document.write("Antibot "+ a + " + " + b +" = ");
document.write("<input id='BotBootInput' type='text' maxlength='2' size='2'/>");
}
function ValidBotBoot(){
var d = document.getElementById('BotBootInput').value;
if (d == c) return true;
return false;
}
</script>
誰かが私を助けて、これを「今年は何年ですか」などと言うように頼むことができますか?ありがとうございました