Posted on março 3, 2007 at 12:34 pm
frames
frames
http://www.dwonline.com.br/dwforum/viewtopic.php?t=1603
<html>
<head>
<title>EXEMPLO DE FRAME</title>
</head>
<frameset rows="*" cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="pagina1.html" name="leftFrame" scrolling="AUTO" noresize title="left">
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="pagina2.html" name="topFrame" scrolling="AUTO" noresize title="topFrame">
<frame src="pagina3.html" name="mainFrame" title="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>