Function to refresh captcha, works on iPhone, not on desktop browsers
Here's my page where I have a function to refresh the captcha (if you
click on "clicca qui" it should change the image). I'm 100% sure it worked
some months ago and now it doesn't without me changing anything. The call
to the function was <a href="javascript: refreshCaptcha();">. I noticed
though that on iPhone it worked. So I thought it was a problem of some
browsers that didn't accept the "javascript:" syntax. Then I changed it to
<a href="#" onclick="refreshCaptcha();return false;"> (as it is now,
"live"). This changed nothing, still works (image changes) on iPhone,
doesn't change on desktop browsers (tried with IE and Firefox).
Firebug console doesn't say anything.
What's happening?
No comments:
Post a Comment