loading...........
Pasa que IE es una kk...
Agrega esto antes de lanzar tu script
Código PHP:
Array.prototype.indexOf= function(object) {
for (var i = 0, length = this.length; i < length; i++)
if (this[i] == object) return i;
return -1;
}
:p ... bueno pasa que las variables de tipo
Array en IE no tienen el método
indexOf.
connection closed.