codice inizio.htm

<html>

<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>inizio</title>
</head>

<body>

<p>inizio</p>
<p><font color="#FF0000"><b>esempio con inserimento frame annidate<br>
due frame in prima pagina (primo,secondo)<br>
due frame in primo frame(terzo,quarto)<br>
due frame in secondo(quinto,sesto)</b></font></p>
<p><font color="#FF0000"><b><a href="codice.htm">vedi codice</a></b></font></p>
<p><b>link a file e target assegnata<br>


<a target="primo" href="chiama1.htm">primo</a>
<a target="secondo" href="chiama1.htm">secondo</a>
<a target="terzo" href="chiama1.htm">terzo</a>
<a target="quarto" href="chiama1.htm">quarto</a>
<a target="quinto" href="chiama1.htm">quinto</a>

<a target="sesto" href="chiama1.htm">sesto</a></b><br>


<font color="#FF0000"><b>richiama file con target=
<a target="_parent" href="chiama1.htm">
&quot;_parent&quot;</a>...
<a target="_self" href="chiama1.htm">
&quot;_self&quot;</a>....
<a target="_blank" href="chiama1.htm">
&quot;_blank</a>&quot;...
<a target="_top" href="chiama1.htm">&quot;_top&quot;</a></b></font></p>


<p><iframe name="primo" src="primo.htm" width="300" height="346">
Il browser in uso non supporta frame non ancorati oppure è configurato in modo che i frame non ancorati non siano visualizzati.
</iframe><iframe name="secondo" src="secondo.htm" width="578" height="345">
Il browser in uso non supporta frame non ancorati oppure è configurato in modo che i frame non ancorati non siano visualizzati.
</iframe></p>
<p>&nbsp;</p>
<p>&nbsp;</p>

</body>

</html>


<html>

<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>
primo frame</title>
</head>

<body>

<p>primo frame</p>
<p><iframe name="terzo" src="terzo.htm">
Il browser in uso non supporta frame non ancorati oppure è configurato in modo che i frame non ancorati non siano visualizzati.
</iframe></p>
<p><iframe name="quarto" src="quarto.htm">
Il browser in uso non supporta frame non ancorati oppure è configurato in modo che i frame non ancorati non siano visualizzati.
</iframe></p>

</body>

</html>

 


<html>

<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>
secondo frame</title>
</head>

<body>

<p>secondo frame</p>
<p><iframe name="quinto" src="quinto.htm" width="241" height="150">
Il browser in uso non supporta frame non ancorati oppure è configurato in modo che i frame non ancorati non siano visualizzati.
</iframe><iframe name="sesto" src="sesto.htm" width="240" height="150">
Il browser in uso non supporta frame non ancorati oppure è configurato in modo che i frame non ancorati non siano visualizzati.
</iframe></p>

</body>

</html>


terzo,quarto,quinto sesto


<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>
terzo</title>
</head>

<body>

<p>terzo</p>

</body>

</html>