Frame


<html>
<head><title>Trabalhando com frames</title></head>
<frameset rows="55,100%" border="0">
<frame src="frame.htm" name="Frame" scrolling="NO"
marginwidth="20" marginheigth="0" noresize>
<frameset cols="108,100%">
<frame src="primeira.htm" name="prm" resize>
<frame src="segunda.htm" name="seg" resize>
</frameset>
</frameset>
<body>
</body>
</html>

Comentários

Postagens mais visitadas deste blog

Funcão SQL para abreviar nomes

Função em JavaScript para consulta de CEP com retorno em XML ou Json