bonjour tout le monde.
Je travaille sur un site et je dois virer les ascensseurs.
Le problème c'est que je n'arrive pas retrouver où sur la page cette partie du code se trouve.

je crois que ça vient de frames mais je ne suis pas sur:

Je vous laisse le code de la 1ere page des fois qu'il se trouve ici

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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Nutrition-Digestion. Accueil</title>
<meta name="Keywords" content="Physiologie, Pathologie, Nutrition, Digestion, Exploration fonctionnelle, Test, Troubles fonctionnels oesophagiens, Boule dans la gorge, rumination, Douleur thoracique, Brûlure rétro sternale, Dysphagie,Troubles fonctionnels gastro-duodénaux, Dyspepsie,  Dyspepsie pseudo ulcéreuse, Dyspepsie pseudo motrice, Aérophagie, Vomissements, Troubles fonctionnels intestinaux, Le colon irritable,  diarrhée, constipation, Météorisme, Douleur abdominale, Trouble fonctionnels biliaires et pancréatiques, Dysfonction vésiculaire, Dyskinésie oddienne, Les troubles fonctionnels ano-rectaux, Incontinence anale, Douleur ano-rectale, Le syndrome des releveurs de l'anus, Proctalgia fugax, Dyssynergie pelvienne,Troubles fonctionnels digestifs chez l'enfant, Vomissements, Régurgitation, Migraine abdominale,Troubles fonctionnels oesophagiens,Boule dans la gorge,rumination,Douleur thoracique, Brûlure rétro sternale,Dysphagie,Dyspepsie, ulcére,Aérophagie,Vomissements,Constipation, Diarrhée, douleur abdominale">
<meta name="Author" content="labo">
<meta name="Reply-to" content="xxx@yyyfr">
<meta name="Identifier-URL" content="http://ggg.fr">
<meta name="Copyright" content="Labo">
<meta name="Revisit-after" content="7 days">
<meta name="Robots" content="all">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="http://pfd.aphp.fr/style/text.css" rel="stylesheet" type="text/css">
<SCRIPT language=JavaScript>
   var bannerAD=new Array();
   var bannerADlink=new Array();
   var adNum=0;
 
   bannerAD[0]="pub/Diapositive1.GIF";
   bannerADlink[0]="http://kkk.fr";
   bannerAD[1]="pub/Diapositive2.GIF";
   bannerADlink[1]="http://nnn.fr";
   bannerAD[2]="pub/Diapositive3.GIF";
   bannerADlink[2]="http://kkk.gt";
   bannerAD[3]="pub/Diapositive4.GIF";
   bannerADlink[3]="http://22.fr";
   bannerAD[4]="pub/Diapositive5.GIF";
   bannerADlink[4]="http://lll.pdf";
 
 
   var preloadedimages=new Array();
   for (i=1;i<bannerAD.length;i++){
      preloadedimages[i]=new Image();
      preloadedimages[i].src=bannerAD[i];
   }
 
function setTransition(){
   if (document.all){
      bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
      bannerADrotator.filters.revealTrans.apply();
   }
}
 
function playTransition(){
   if (document.all)
      bannerADrotator.filters.revealTrans.play()
}
 
function nextAd(){
   if(adNum<bannerAD.length-1)adNum++ ;
      else adNum=0;
   setTransition();
   document.images.bannerADrotator.src=bannerAD[adNum];
   playTransition();
   theTimer=setTimeout("nextAd()", 5000);
}
 
function jump2url(){
   jumpUrl=bannerADlink[adNum];
   jumpTarget='_blank';
   if (jumpUrl != ''){
      if (jumpTarget != '')window.open(jumpUrl,jumpTarget);
      else location.href=jumpUrl;
   }
}
function displayStatusMsg() {
   status=bannerADlink[adNum];
   document.returnValue = true;
}
</SCRIPT>
 
</head>
 
<body onLoad="MM_preloadImages('images/site-web_noi.jpg','images/bibliotheque_noi.jpg','images/stage_noi.jpg','images/questionaire_noi.jpg','images/courbe_noi.jpg','images/detente_noi.jpg','images/recherche_noi.jpg','images/conference_noi.jpg','images/transit_noi.jpg')">
<div id="patho" style="position:absolute; left:419px; top:107px; width:323px; height:117px; z-index:1; background-color: #2B5C2D; layer-background-color: #2B5C2D; border: 1px none #000000; visibility: hidden;">
  <p><span class="Style7">Pathox xxx</span></p>
  <p class="style5">La section xxx.<br>
  </p>
</div>
<div id="explo" style="position:absolute; left:368px; top:108px; width:368px; height:152px; z-index:2; background-color: #CC4106; layer-background-color: #CC4106; border: 1px none #000000; visibility: hidden;"><span class="Style7">xxx</span>
  <p class="style5">La section &quot;xxx xxx.<br>
    <br>
  </p>
</div>
<div id="physio" style="position:absolute; left:493px; top:110px; width:295px; height:98px; z-index:3; background-color: #9737CF; layer-background-color: #9737CF; border: 1px none #000000; visibility: hidden;"><span class="Style7">Physiologie Digestive
  </span>
  <p class="style5">La section &quot;xxx; permet de faire le point sur les donn&eacute;es actuelles de 
xxx.</p>
</div>
<div id="lab" style="position:absolute; left:532px; top:108px; width:271px; height:146px; z-index:4; background-color: #ACABA7; layer-background-color: #ACABA7; border: 1px none #000000; visibility: hidden;"><strong>Laboratoire de physiologie</strong>
  <p>La section &quot;xxx; permet de consulter:permet de consulter:  <br>
- Les travaux r&eacute;alis&eacute;s dans le laboratoire.<br>
- Les ouvrages et les articles disponibles dans la biblioth&egrave;que.<br>
- Les &eacute;tudiants stagiaires<br>
- Les locaux et le mat&eacute;riel disponible.</p>
</div>
<div id="membre" class="style5" style="position:absolute; left:431px; top:109px; width:287px; height:197px; z-index:5; background-color: #552D00; layer-background-color: #552D00; border: 1px none #000000; visibility: hidden;">
  <p><strong>Club Nutrition-Digestion<br>
  </strong><br>
  Vous ne pouvez utiliser certaines fonctions du site que si vous etes membres du &quot;<strong>Club</strong> 
  <strong></strong>&quot;.<br>
  <br>
  Cette adhesion reste anonyme, mais vous permet d'acceder aux:<br>
- Aux questionnaires<br>
- A la galerie detente et<br>
- A la fonction d'alerte qui vous informera xxx<br>
- D'autres avantages seront progressivement offerts aux adherents.</p>
  <p>&nbsp;</p>
</div>
<div id="forum" style="position:absolute; left:402px; top:108px; width:312px; height:126px; z-index:6; background-color: #663403; layer-background-color: #663403; border: 1px none #000000; visibility: hidden;"><span class="Style7">Forum
  </span>
  <p class="style5">Un Forum destin&eacute; xxx.</p>
</div>
<div align="center">
  <table width="760" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
      <td colspan="2"><table width="760" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="157" height="108">
            <param name="movie" value="images/logo.swf">
            <param name="quality" value="high">
            <embed src="images/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="157" height="108"></embed>
          </object></td>
          <td><img src="images/banner_avec_button.jpg" width="603" height="108" border="0" usemap="#Map"></td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td width="157" valign="top" background="images/background.jpg"><table width="157" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="images/dau_tuong.jpg" width="157" height="42"></td>
        </tr>
        <tr>
          <td><a href="http://xxxsite.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','images/site-web_noi.jpg',1)"><img src="images/site-web.jpg" alt="Informations sur le site web" name="Image15" width="157" height="27" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://xxxrecherche.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','images/bibliotheque_noi.jpg',1)"><img src="images/bibliotheque.jpg" alt="Bibliothèque" name="Image16" width="157" height="31" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://xxxstagiaire.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','images/stage_noi.jpg',1)"><img src="images/stage.jpg" alt="Stages & Stagiaries" name="Image17" width="157" height="29" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://xxx.questionnaire.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image18','','images/questionaire_noi.jpg',1)"><img src="images/questionaire.jpg" alt="Questionnaires d'évaluation clinique" name="Image18" width="157" height="30" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://ju.orff.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','images/courbe_noi.jpg',1)"><img src="images/courbe.jpg" alt="Courbes d'exploration fonctionnelle" name="Image19" width="157" height="31" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://detente.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','images/detente_noi.jpg',1)"><img src="images/detente.jpg" alt="Section détente" name="Image20" width="157" height="32" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://.org/recherche/recherche.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image21','','images/recherche_noi.jpg',1)"><img src="images/recherche.jpg" alt="Recherche sur le site" name="Image21" width="157" height="27" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://.org/conferences/slideapplet.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image22','','images/conference_noi.jpg',1)"><img src="images/conference.jpg" alt="Diaporamas de cours et de Conferences" name="Image22" width="157" height="28" border="0"></a></td>
        </tr>
        <tr>
          <td><a href="http://.org/transiter/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image23','','images/transit_noi.jpg',1)"><img src="images/transit.jpg" alt="Transit" name="Image23" width="157" height="29" border="0"></a></td>
        </tr>
        <tr>
          <td><img src="images/under_transit.jpg" width="157" height="23"></td>
        </tr>
        <tr>
          <td>
             <div align="center">
             <a href="javascript:jump2url()" onMouseOver="displayStatusMsg();return document.returnValue">
                          <img
                           alt="Cliquez sur l'image pour atteindre le site spécifié" border=0
                           name=bannerADrotator
                           src="Diapositive1.GIF"
                           style="FILTER: revealTrans(duration=2,transition=40)" width="157" height="115">
             </div>
<script language=JavaScript> nextAd()  </script>
          </td>
        </tr>
        <tr>
          <td background="images/background.jpg"></td>
        </tr>
        <tr>
          <td background="images/background.jpg"><div align="center"><span class="Style7"><a href="mailto:@brs.xxxx.fr">Contact</a></span></div></td>
        </tr>
      </table></td>
      <td width="603" valign="top"><table width="603" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="10" valign="top"><table width="10" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><img src="images/coin.jpg" width="10" height="9"></td>
            </tr>
          </table></td>
          <td>&nbsp;</td>
          <td width="10" valign="top"><div align="right"><img src="images/coin_droit.jpg" width="10" height="9"></div></td>
        </tr>
        <tr>
          <td width="10">&nbsp;</td>
          <td>
          <p align="center"> <BR>
          <a href="http://www.xxxx/"><img src="images/3-logo.jpg" alt="xxx" width="418" height="116" border="0"></a>
           <br>
            <strong>xxx www</strong> <BR>
           Facult gie  <BR>
ohujo <BR><BR>    <BR>
            <a href="http://www..fr"><img src="images/avicenne.gif" alt="Site de l'Assistance " width="155" height="125"></a><BR>
             <strong>Centre d'exploration spa. </strong><br>
            <BR>
 
          <td width="10">&nbsp;</td>
        </tr>
        <tr>
          <td width="10">&nbsp;</td>
          <td>&nbsp;</td>
          <td width="10">&nbsp;</td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td valign="top" background="images/background.jpg">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
  </table>
</div>
<map name="Map">
  <area shape="rect" coords="19,81,98,97" href="http://xxxmpl;k.html" onMouseOver="MM_showHideLayers('patho','','show')" onMouseOut="MM_showHideLayers('patho','','hide')">
  <area shape="rect" coords="117,82,198,97" href="http://xxx.html" onMouseOver="MM_showHideLayers('explo','','show')" onMouseOut="MM_showHideLayers('explo','','hide')">
  <area shape="rect" coords="214,82,293,97" href="http://xxxx.html" onMouseOver="MM_showHideLayers('physio','','show')" onMouseOut="MM_showHideLayers('physio','','hide')">
  <area shape="rect" coords="309,81,390,96" href="http://xxx.html" onMouseOver="MM_showHideLayers('lab','','show')" onMouseOut="MM_showHideLayers('lab','','hide')">
  <area shape="rect" coords="408,81,485,96" href="http://xxxmm.html" onMouseOver="MM_showHideLayers('membre','','show')" onMouseOut="MM_showHideLayers('membre','','hide')">
  <area shape="rect" coords="506,80,577,96" href="http://xxx.php" onMouseOver="MM_showHideLayers('forum','','show')" onMouseOut="MM_showHideLayers('forum','','hide')">
</map>
</body>
</html>
bon je ne suis pas sur que ça vient de cette page mais bon merci d'avance.