Bonjour,
j'ai un site dont la page principale est composée de trois frames, mais l'une d'elles ne lance pas le fichier spécifié (au lieu de "Accueil_d_f.htm", ça lance "Accueil_d_e.htm") et je ne comprends pas pourquoi (jusqu'à présent, ça marchait bien).
Page principale :
Qu'est-ce qui peut expliquer ça ? (et je n'ai pas touché à ce fichier)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ... <base href="---"> <link rel="shortcut icon" href="images/favicon.ico"> </head> <frameset marginwidth="0" marginheight="0" frameborder="0" border="0" framespacing="0" rows="95,*"><frame src="BandeauDoc_f.htm" name="barre de titre" border="0" marginwidth="0" marginheight="0" noresize="noresize" scrolling="no"><frameset cols="156,100%"><frame name="frmMenu" src="somr_f.htm" id="frmMenu" marginwidth="0" marginheight="0" scrolling="auto"><frame name="frmMain" src="Accueil_d_f.htm" id="frmMain" marginwidth="0" marginheight="0" noresize="noresize" scrolling="auto"></frameset> <noframes><body> bla bla... </body> </noframes> </frameset>
Partager