04/05/2007, 00:17
|
| | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 2 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 |