Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/07/2003, 21:02
LuisGenius
 
Fecha de Ingreso: julio-2003
Ubicación: Puerto Rico
Mensajes: 6
Antigüedad: 21 años, 5 meses
Puntos: 0
Exclamación El JavaScript de if(top !=self) no se hacerlo funcionar

Necesito ayuda con el siguiente JavaScript:


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


Como lo puedo hacer funcionar:

la dirección top es: http://www.network54.com/Realm/univisionpr/portal/search_index.html.

La dirección self sería: http://www.univision.com/content/channel.jhtml?schid=12

GRACIAS ANTICIPADAS

Última edición por LuisGenius; 24/07/2003 a las 22:17