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>