Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/12/2010, 07:25
invixion
 
Fecha de Ingreso: diciembre-2010
Ubicación: Bahía Blanca, Buenos Aires, Argentina
Mensajes: 40
Antigüedad: 13 años, 4 meses
Puntos: 1
Respuesta: Duda con frames

Hola!

Espero te sirva este código :)
<frameset rows="50%,*" >
<frameset cols="50%,*" >
<frame name="" src="a.html" marginwidth="10" marginheight="10" scrolling="auto" >
<frame name="" src="b.html" marginwidth="10" marginheight="10" scrolling="auto" >
</frameset>
<frame name="" src="c.html" marginwidth="10" marginheight="10" scrolling="auto" >
</frameset>


Guada