Lines Matching full:captcha
5 // Variable to track if a captcha challenge was issued. If this gets set to
8 // rendered in the captcha state, which is basically identical except we
91 // The captcha takes up lots of space, so make room.
97 // It's showtime for the captcha now.
98 setElementDisplay("captcha-div", "block");
101 document.getElementById('captcha-value').disabled = false;
102 document.getElementById('captcha-wrapper').style.backgroundImage =
171 document.getElementById('captcha-value').disabled = true;
179 "captcha" : f.captchaValue.value,
197 return; // No blurb in captcha challenge mode.