Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/05/2007, 00:17
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 6 meses
Puntos: 12
Re: ayuda con menu

Al frame ponle atributo name="derecha"

Entre los head del html:

<script LANGUAGE="JavaScript">


function canvi(){

parent.derecha.location.href = "http://www.google.es";

}
// End -->
</script>

EN el flash:

on(release){

getURL("javascript:canvi();");

}


Suerte