Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/02/2008, 16:21
Avatar de Raulmmmm
Raulmmmm
 
Fecha de Ingreso: marzo-2007
Ubicación: En otro lugar que tú
Mensajes: 1.549
Antigüedad: 17 años
Puntos: 36
Re: ayuda porfavor

Pues eso te digo:
La página de frames:
Código HTML:
<html>

<head>
<title>home</title>
</head>

<frameset rows="64,*">
<frame name="encabezado" scrolling="no" noresize target="principal" src="encabezado.htm">
<frame name="principal" src="http://www.google.com.pe/">
<noframes>
<body>

</body>
</noframes>
</frameset>

</html> 
Index.htm
Código HTML:
<meta http-equiv="refresh" content="5;url=http://tupagina.com/index.htm">