![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/11/2002, 13:17
|
![Avatar de Carlitos](http://static.forosdelweb.com/customavatars/avatar4305_1.gif) | Usuario no validado | | Fecha de Ingreso: mayo-2001 Ubicación: Zaragoza
Mensajes: 1.304
Antigüedad: 23 años, 9 meses Puntos: 25 | |
Hola.
Debes usar javascript.
A ver si te sirve esto.
Código:
Este código, debe ir en el head de la página que contiene el enlace:
<script>
function mikil()
{
parent.NombreDelFrame2.location="PaginaParaElFrame2.htm"
parent.NombreDelFrame3.location="PaginaParaElFrame3.htm"
parent.NombreDelFrame4.location="PaginaParaElFrame4.htm"
}
</script>
Y luego, el enlace lo haces así:
<a href="#" onClick="mikil()">Actualizar los tres frames</a>
Suerte. |