
17/01/2005, 10:19
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses Puntos: 61 | |
Prueba con esto: Código HTML: <html>
<head>
<title>Untitled</title>
<script>
function segundos_A_Mostrar(segundos,imagen){
setTimeout("document.images['"+imagen+"'].style.visibility='hidden'",segundos*1000);
}
</script>
</head>
<body>
<img name="pepote" id="pepote" src="http://www.karlankas.net/chufa2.jpg" style="z-index:99;visibility:visible" onload="segundos_A_Mostrar(3,this.name)" />
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |