Bonjour a tous,
quelqu'un pourrai me dire ce qui cloche dans mon bout de code
ca marche nikel sur firefoxe ca me redirige direct et sous ie ca veux rien savoir
merki d'avance.

<html>

<head>

<title>Redirection</title

<META HTTP-EQUIV="refresh" CONTENT="1; URL=<?print PW . "admin/change_restaurant_information.php?id_restaurant=" . $_POST["id_restaurant"] . "&id_city=" . $_POST["id_city"];?>" />

<link rel="stylesheet" href="<? print PS ?>css/yellow-connection.css">

</head>

<body>


<div id=tab-container>

redirection vers votre espace perso
<br>
<a href="<?print PW . "admin/change_restaurant_information.php?id_restaurant=" . $_POST["id_restaurant"] . "&id_city=" . $_POST["id_city"];?>"><h4>Cliquez ici si votre navigateur ne vous redirige pas automatiquement.</h4></a>

</div>


</body>

</html>