Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/07/2003, 15:24
LuisGenius
 
Fecha de Ingreso: julio-2003
Ubicación: Puerto Rico
Mensajes: 6
Antigüedad: 21 años, 6 meses
Puntos: 0
Problema con este código JavaScript

<script language="JavaScript" type="text/javascript">
if( top != self )
top.location.href = self.location.href;
</script>

¿cómo lo hago funcionar?