equal
deleted
inserted
replaced
1190 mydiv.style.backgroundColor = '#FFFFFF'; |
1190 mydiv.style.backgroundColor = '#FFFFFF'; |
1191 mydiv.style.padding = '10px'; |
1191 mydiv.style.padding = '10px'; |
1192 mydiv.style.position = 'absolute'; |
1192 mydiv.style.position = 'absolute'; |
1193 mydiv.style.top = '0px'; |
1193 mydiv.style.top = '0px'; |
1194 mydiv.id = 'autoCaptcha'; |
1194 mydiv.id = 'autoCaptcha'; |
|
1195 mydiv.style.zIndex = String( getHighestZ() + 1 ); |
1195 var img = document.createElement('img'); |
1196 var img = document.createElement('img'); |
1196 img.onload = function() |
1197 img.onload = function() |
1197 { |
1198 { |
1198 if ( this.loaded ) |
1199 if ( this.loaded ) |
1199 return true; |
1200 return true; |