
JÁ vi vários site assim e se vocês pudessem me ajudar eu agradeceria. Gostaria de saber como faço um site em que ao clicar num link, só troca o iframe, ficando estático o logo e menu.
Valew
Posted 16/01/2004, 11:18
Posted 16/01/2004, 11:57
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Título da Sua Página</title>
</head>
<frameset framespacing="0" border="false" frameborder="0" rows="100,*">
<frame name="header" scrolling="no" noresize target="main" src="topo.htm">
<frame name="main" src="home1.htm" scrolling="auto" target="main">
<noframes>
<body topmargin="0" leftmargin="0">
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Posted 16/01/2004, 12:05
Posted 16/01/2004, 12:33
Edição feita por: pchardnet, 16/01/2004, 12:33.
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)