hyperlien qui ferme une fenêtre en html

hyperlien qui ferme une fenêtre en html - HTML/CSS - Programmation

Marsh Posté le 19-01-2006 à 18:46:45    

e veux faire un hyperlien qui ferme ma fenêtre mais ça ne marche pas,  
voila mon code :
<html>
  <head>
     <title>Menu</title>
<script language="JavaScript">
// <!--
function fin()
{
 window.opener=self;
self.close();
}
// -->
</script>
  </head>
<body bgcolor="#E9967A" link="#2E8B57" vlink="#000000">
 
<!--Titre menu-->
    <b><font face="book antiqua"><font color="#FAEBD7"><font size=4>Sommaire</b>
     <br><br>
    </font></font>
 
<a href="javascript:fin()" target=partie3 >Quitter</a><br><br>
 
</font>
</body>
</html>

Reply

Marsh Posté le 19-01-2006 à 18:46:45   

Reply

Marsh Posté le 19-01-2006 à 19:26:16    

Code :
  1. <font face="book antiqua"><font color="#FAEBD7"><font size=4>Sommaire</b>
  2.      <br><br>
  3.     </font></font>


 
 [:atog]  [:atog]

Reply

Marsh Posté le 19-01-2006 à 22:59:18    

<a href="javascript:window.close()'>ton lien qui ferme la fenetre</a> [:spamafote]
 
Je te conseille d'aller ici également : www.w3.org


---------------
Débuter la moo chez les moants@HFR | Nikon D800 | On ne fait pas un calin chaste à une pute !, Lapattefolle
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed