Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/10/2008, 20:06
Gustavo1973
 
Fecha de Ingreso: abril-2007
Ubicación: Merlo
Mensajes: 314
Antigüedad: 17 años
Puntos: 3
Respuesta: ayuda frame!!!!!

En el Frame 1 pones
Código:
<a href="archivo.html" traget = "frame2" >link</a>
"frame2" es el atributo name del frame.
Código:
<FRAMESET ROWS="," COLS=",">
	<FRAME SRC="archivo1.html" NAME="frame1">
	<FRAME SRC="archivo2.html" NAME="frame2">
</FRAMESET>
Se entiende????
Saludos