Exemple qui marche :
Fichier " main.htm" :
< html>
< head>
< title> Test de frames</title>
< /head>
< frameset cols="20%,80%">
< frame src="zone1.htm" name="zone1">
< frame src="zone2.htm" name="zone2">
< /frameset>
< /html>
Fichier " zone1.htm" :
< html>
< head>
< /head>
< body>
cadre 1
< /body>
Fichier " zone2.htm" :
< html>
< head>
< /head>
< body>
cadre 2
< /body>