Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/08/2009, 09:44
Avatar de Legoltaz
Legoltaz
 
Fecha de Ingreso: agosto-2008
Mensajes: 325
Antigüedad: 15 años, 8 meses
Puntos: 6
Respuesta: problema con onload en IE

¿Probaste con esto?:

Código JavaScript:
Ver original
  1. var ie = (document.all) ? true : false;
  2. if(ie) window.onload = iniciar;