Problème Popup PHP
Résolu/Fermé
Reinseb
Messages postés
14
Date d'inscription
mardi 10 juin 2008
Statut
Membre
Dernière intervention
23 juin 2008
-
18 juin 2008 à 13:46
Reinseb Messages postés 14 Date d'inscription mardi 10 juin 2008 Statut Membre Dernière intervention 23 juin 2008 - 18 juin 2008 à 14:36
Reinseb Messages postés 14 Date d'inscription mardi 10 juin 2008 Statut Membre Dernière intervention 23 juin 2008 - 18 juin 2008 à 14:36
A voir également:
- Problème Popup PHP
- Easy php - Télécharger - Divers Web & Internet
- Firefox autoriser popup - Guide
- Popup cookies - Guide
- Popup mcafee - Accueil - Piratage
- Php?id=1 - Forum PHP
1 réponse
Mimiste
Messages postés
1149
Date d'inscription
samedi 17 mai 2008
Statut
Membre
Dernière intervention
6 mars 2016
206
18 juin 2008 à 14:12
18 juin 2008 à 14:12
hello
<script language="javascript">
function popup() {
window.open('popup.html');
}
</script>
<?php
if($data['MDP'] != $password)
{
echo '<p>Mauvais login / password. Merci de recommencer</p>';
}
else
{
echo "<script language='javascript'>popup();</script>";
}
?>
par contre un popup automatique c'est bloqué par les logiciels anti popup
<script language="javascript">
function popup() {
window.open('popup.html');
}
</script>
<?php
if($data['MDP'] != $password)
{
echo '<p>Mauvais login / password. Merci de recommencer</p>';
}
else
{
echo "<script language='javascript'>popup();</script>";
}
?>
par contre un popup automatique c'est bloqué par les logiciels anti popup
18 juin 2008 à 14:36
Cordialement reinseb.