Bonjour,
j'ai un problème de parcourt de chaine de caractère sous IE :aie: :cry:
voila mon code de test:
Il m'affiche toujours "undefined", savez-vous pourquoi ? :?Code:
1
2
3
4
5
6
7 var a = "hello", i = 0, length = a.length; for(; i < length; i++){ alert(a[i]); }
Merci d'avance :D