![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/03/2007, 12:46
|
![Avatar de DragonX](http://static.forosdelweb.com/customavatars/avatar20953_8.gif) | Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 8 meses Puntos: 177 | |
Re: Boton Flash y Iframe probá con esto:
Entre los heads d html:
<script LANGUAGE="JavaScript">
function canvi(){
_parent.derecha.location.href = "URL";
}
// End -->
</script>
En el flash:
getURL("javascript:window.canvi();"); |