Espero haberme sabido explicar. OJO ESTOY HABLANDO DE FRAMES Y NO DE IFRAMES.
Aqui os dejo el codigo del conjunto de frames:
Código:
A ver si alguien me puede ayudar. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> </head> <frameset style="width:auto" rows="177,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="prueba2.html" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" title="topFrame" /> <frame src="prueba1.html" name="contenido" scrolling="no" id="contenido" title="contenido" /> </frameset> <noframes><body> </body></noframes> </html>
Gracias y un saludo para todos.