Ver Mensaje Individual
  #9 (permalink)  
Antiguo 20/10/2014, 12:23
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Boton de recarga

le estás pasando la id del elemento. me baso el código de tu segundo post
Cita:
var zodiaco = function(id) {
setTimeout(function() {
document.getElementById("test").style.display="non e";
document.getElementById(id).style.display="inline" ;
}, 5000);
}
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}