je te montre ce que j'ai ( c'est pas long)
index:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nouvelle page 1</title>
</head>
<FRAMESET COLS="20,60,20" border="0">
<FRAME NAME="gauche"SRC="menu_gauche/menu_gauche.html" target="principal">
<FRAME NAME="milieu"SRC="visu/visu.html">
<FRAME NAME="droit"SRC="menu_droit/menu_droit.html" target="principal">
</FRAMESET>
<body>
</body>
</html>
Partie du menu (géré par du js):
InitMenu(27,60,1,false);
var mnuAdmin = new MenuObject("mnuAdmin", "Images/Img.bmp", "ImgAdmin", "Lettres-Histoire");
mnuAdmin.CreateOption("lnkAddFile", "Français", "Truc.htm", "", "_self", "Images/france.png");
mnuAdmin.CreateOption("lnkSearchFile", "Histoire", "mailto:Administrateur@CrackSys.net", "", "_self", "Images/mail.gif");
mnuAdmin.CreateOption("hist","Histoire2","
[ Lien ]","", "_blank","Images/");
Voila j'espere que tu pourra m'aider.
cinthia