Connectez-Vous

Nom d'utilisateur: 
 Mot de passe:
Accueil> > >

illusion d'optique au service de la sécurité

1
2
3
4
5
Vues : 3303

Buzz,Jeudi 09 Septembre 2010 14:16
Votre adresse mail:
*
Votre Nom / Pseudo :
*
Votre Commentaire:
*
code de vérification
 
[ 2 Commentaire(s)]

TYVM you've solved all my prlobems, Poster le Samedi 14 Mai 2011 9:52

TYVM you've solved all my prlobems

Michael,I think that the plbroem you are having results from the fact that my script replaces the bu, Poster le Lundi 06 Février 2012 23:57

Michael,I think that the plbroem you are having results from the fact that my script replaces the built in document.getElementById function.Your script appears check to see if document.getElementById exists. If it does then it uses it and if it doesn’t it uses the document.all array.Try replacingtheobj = (document.getElementById)?document.getElementById(ele):document.all[ele];with:theobj = (document.nativeGetElementById)?document.getElementById(ele):document.all[ele];and see if that works.