salut, merci. Je cherche comment faire justement ce lien avec index.php. Un lien qui ne serait pas conditionné par un clic mais forcé.
Un idée:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
</head>
<body>
<a href="index.php"></a>
</body>
</html>


