Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/07/2003, 20:12
LuisGenius
 
Fecha de Ingreso: julio-2003
Ubicación: Puerto Rico
Mensajes: 6
Antigüedad: 21 años, 8 meses
Puntos: 0
Necesito ayuda con el JavaScript de (top = self)

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 de TOP es: http://www.network54.com/Realm/univisionpr/portal/search_index.html.

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

GRACIAS ANTICIPADAS