includes/clientside/static/ajax.js
changeset 209 8a00247d1dee
parent 179 36b287f1d85c
child 211 753dabeca1ee
equal deleted inserted replaced
208:c75ad574b56d 209:8a00247d1dee
  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;