Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/07/2008, 14:26
Avatar de julita_punch
julita_punch
 
Fecha de Ingreso: abril-2007
Ubicación: Lima - Peru
Mensajes: 505
Antigüedad: 17 años
Puntos: 4
duda sobre archivos html

hola amigos
tengo este codigo en html

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="*,615,*" frameborder="NO" border="0" framespacing="0">
<frame src="vacio.html" name="topFrame" scrolling="NO" noresize>

<frame src="centro.html" name="centro" id="centro" noresize>
<frame src="vacio.html" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>

alguien me podria decir si en los frames src hay dos o tres archivos con .html

gracias