Rien de mieux qu'un petit exemple non?
Pour obtenir un truc du style :
+-------------------------------------------+
| Frame_Logo.html |
+-------------------------------------------+
| | |
| | |
| Frame_Actions.html| Frame_Filtre.html |
| | |
| | |
+-------------------------------------------+
| Frame_EtatGeneral.html |
+-------------------------------------------+
il suffit de féfinir un fichier (par exemple default.html) contenant ce qui suit :
<html>
<head>
<title>Mon Titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="15%,60%,25%" frameborder="YES" border="0" framespacing="0">
<frame name="Logo" scrolling="NO" src="Frame_Logo.html">
<frameset cols="15%,75%" frameborder="YES" border="0" framespacing="0">
<frame name="Actions" scrolling="AUTO" src="Frame_Actions.html">
<frame name="Filtre" scrolling="AUTO" src="Frame_Filtre.html" >
</frameset>
<frame name="EtatGeneral" scrolling="NO" src="Frame_EtatGeneral.html">
</frameset>
<noframes></noframes>
<body>
</body>
</html>
---------------
Aussi haut qu'on monte, on finit toujours par des cendres...