Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/09/2004, 14:15
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Si tienes por ejemplo un frame de ésta forma:

Cita:
..
FRAME SRC="pagina.html" NAME="NombreFrame">
...
Te podría quedar así:

Cita:
function change_frames(file1, file2)
{
parent.NombreFrame.location="Reports.aspx";
}
Suerte