par
Pierig » 02 août 2007, 16:46
<html>
<header>
</header>
<body>
<script>
window.open('authentification.php','application','directories=no, menubar=no, status=yes, location=no, scrollbars=yes, resizable=yes');
</script>
</body>
</html>
Essaye comme ça peut être que ça te plaira.
Remplace authentification.php par le nom de ta page d'autentification.
ça évite un popup

[php]<html>
<header>
</header>
<body>
<script>
window.open('authentification.php','application','directories=no, menubar=no, status=yes, location=no, scrollbars=yes, resizable=yes');
</script>
</body>
</html>[/php]
Essaye comme ça peut être que ça te plaira.
Remplace authentification.php par le nom de ta page d'autentification.
ça évite un popup :)