| Author |
document.getelementbyId("captcha").complete is not working in fire fox and chrome
|
Manjunath Chumbalakar
Greenhorn
Joined: Feb 09, 2011
Posts: 7
|
|
Hi,
I need to check whether captcha is loded or not before displaying jsp.
Hence i use the below function during body onload
document.getelementbyId("captcha").complete
Its working fine with IE but not with firefox and chrome.
Kindly suggest is there any way to find image is loaded or not in chrome and fire fox.
Thanks.
Note: I dont want to use JQUERY because of ome restriction.
|
 |
Richard Tookey
Ranch Hand
Joined: Aug 27, 2012
Posts: 361
|
|
Should that not be
|
 |
 |
|
|
subject: document.getelementbyId("captcha").complete is not working in fire fox and chrome
|
|
|