Retour au sommaire
Source de cette page:
<html>
<head>
<script>
function windowOpener()
{
window.open('hello.htm','joyeux','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=200,height=250');
}
</script>
</head>
<body bgcolor=ffffff onLoad="windowOpener()">
<center>
<a href=index.htm>Retour au sommaire</a>
</center>
</body>
</html>