Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/10/2005, 08:07
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 6 meses
Puntos: 5
ok, mira... dentro del iframe inferior (el que se carga cierto?) pones esto:

Código HTML:
<script>
window.onload = function() {
    parent.ActivaElContador();
}
</script> 
y en la pagina principal (padre) pones lo del tiempo en la siguiente función:

Código HTML:
<script>
function ActivaElContador() {
   //Pon tu código de tiempo aqui.... 
}
</script> 
así DEBE funcionar... no lo he probado.. pero estoy seguro que sí... me avisas cualquier cosa.

saludos
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.