salut tout le monde
voila j'ai un script en php d'annuaire du personnel mais le probleme que j'ai
c'est quand je veux déconnecté de cette application ou pour mieux comprendre je veux fermer l'application (quitter)
mais quand je clique sur deconnexion l'application se ferme pas
mais quand j'ouvre plusieur déconnexion sa marche et les autres fenetres se ferme mais il me reste toujours une fenetre qui se ferme pas alors l'utilité de déconnexion n'existe pas
voila mon script
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>@nnuaire des Enseignants et des ATS </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style11 {color: #000000}
.style5 {color: #FFFFFF}
-->
</style>
</head>
<body>
<p align="center">
  <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="570" height="59">
    <param name="movie" value="EPST.swf">
    <param name="quality" value="high">
    <embed src="EPST.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="570" height="59"></embed>
  </object>
</p>
<p align="center"><span class="style5">
  <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="132" height="99">
    <param name="movie" value="Movie3.swf">
    <param name="quality" value="high">
    <embed src="Movie3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="132" height="99"></embed>
  </object>
</span></p>
<h1 align="center"><em><strong>@<span class="style11">NNUAIRE DU PERSONNEL</span></strong></em></h1>
<div align="right">
  <div align="center">
    <table width="934" height="110">
      <tr>
        <th width="95" height="104" scope="col"><img src="home.png" name="image" width="60" height="60"><br>
            <a href="frameessai.htm" class="style13">ACCUEIL</a></th>
        <th width="181" scope="col"><img src="support.png" name="image" width="45" height="60"><br>
            <a href="framelienens.html" class="style13">ENSEIGNANT</a></th>
        <th width="181" scope="col"><img src="support.png" name="image" width="45" height="60"><br>
            <a href="framelien2ats.html" class="style13">ATS</a></th>
        <th width="153" scope="col"><img src="solutions.png" name="image" width="65" height="60"><br>
            <a href="framerechercher.htm" class="style13">RECHERCHER</a></th>
        <th width="172" scope="col"><img src="company.png" name="image" width="75" height="58"><br>
            <a href="javascript:window.close()">DECONNEXION</a></th>
        <th width="124" scope="col"><img src="contacts.png" name="image" width="56" height="60"><br>
            <a href="framecontact.htm">CONTACT</a><br>
          <a href="LIEN2.htm"></a></th>
      </tr>
    </table>
  </div>
  <div align="center"></div>
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
  <p align="center">&nbsp;</p>
</div>
<p align="center">&nbsp;</p>
</body>
</html>
j'espére qu'il ya quelqu'un qui peux m'aidé
merci d'avance.
A Bientot.