FS#24 - Improve captcha reload script
Attached to Project:
Cryptographp 4.6
Opened by Sylvain (hpsam) - Sunday, 18 January 2009, 11:05 GMT
Last edited by Sylvain (hpsam) - Saturday, 05 December 2009, 23:39 GMT
Opened by Sylvain (hpsam) - Sunday, 18 January 2009, 11:05 GMT
Last edited by Sylvain (hpsam) - Saturday, 05 December 2009, 23:39 GMT
|
DetailsThe reload captcha image doesn't work in some case.
Exemple : newsletter captcha activate but newsletter box doesn't displayed. To avoid this, add verification before the document.images.cryptogram0.src= like : if(document.images.cryptogram0.src) {document.images.cryptogram0.src=... |
This task depends upon