popuppppp

This commit is contained in:
Alexandre Anriot 2005-09-13 21:04:17 +00:00
parent f90837e8dd
commit 9d10656915

View file

@ -18,7 +18,10 @@ if ($statut == "0")
// sollicitation en étant déjà connecté
elseif ($statut == "1")
{
echo '<html><body>';
echo '<html><head>';
echo '<script>';
echo 'window.open(\'popup_debut.php\', \'connexion', \'height=<?=$height?>, width=<?=$width?>, toolbar=no, menubar=no, scrollbars=no, resizable=no, status=no\')';
echo '</script>';
echo '</head><body>';
echo '<p>Vous êtes déjà connecté...';
echo '<p>Pour revenir à l\'accueil tout en restant connecté, cliquez <a href="membre.php">ici</a>.';