|
|
 ZonD80 | 2008-12-10 15:38:50 |
| in ie 7 doesn't working... |
 ZonD80 | 2008-12-11 08:00:01 - In reply to message 2 from Alexander Selifonov |
I can't write in Russian here...
Maybe it's css problem?
http://pic.ipicture.ru/uploads/081211/T22G7WR5h2.png
In Opera, Chrome, Firefox, Skyfire all works fine - thank you, but in IE 7 (see screenshot).
I think, that i can define cell by changing color, but i don't know JS so fine. Can you tell me, what i'll do for that, or how i can fix this trouble?
Thanks again. |
 Alexander Selifonov | 2008-12-11 10:31:43 - In reply to message 3 from ZonD80 |
It's not css.
In Your case You shold call initialization function from "onload" event:
<body ... onload="SendCaptchaChecking()" ...>
or
<body ... onload="CaptchaReinit()" ...>
and don't forget to turn off captcha's "autostart" :
$captcha->DrawJsCode(0); // 0 means no auto - Init js call
BTW, I checked Your site: if You click "re-init" picture on the right, captcha process starts OK.
|
 ZonD80 | 2008-12-11 16:45:36 - In reply to message 4 from Alexander Selifonov |
I can't use this, i use a templates system, and this page is inclusion of template's header script, so functions will be called always on whole site, but not only on signup page. I do not prefer to edit header script at all.
PS: Tried to use window.onload, but IE failed... f*cking IE. |
|