Probleme javascript dans du php
Résolu/Fermé
thierry
-
16 août 2009 à 11:02
giheller Messages postés 1875 Date d'inscription dimanche 14 juin 2009 Statut Membre Dernière intervention 3 février 2024 - 16 août 2009 à 11:52
giheller Messages postés 1875 Date d'inscription dimanche 14 juin 2009 Statut Membre Dernière intervention 3 février 2024 - 16 août 2009 à 11:52
A voir également:
- Probleme javascript dans du php
- Telecharger javascript - Télécharger - Langages
- Easy php - Télécharger - Divers Web & Internet
- Php natif - Forum PHP
- Get_magic_quotes_gpc php 8 ✓ - Forum PHP
- Bouton php - Forum PHP
1 réponse
giheller
Messages postés
1875
Date d'inscription
dimanche 14 juin 2009
Statut
Membre
Dernière intervention
3 février 2024
142
16 août 2009 à 11:07
16 août 2009 à 11:07
bonjour,
j'utilise une fonction comme celle-ci :
function jmv() {
win=open('jmv.htm','','left=565,top=150,width=320,height=245,scrollbars=no');
}
j'utilise une fonction comme celle-ci :
function jmv() {
win=open('jmv.htm','','left=565,top=150,width=320,height=245,scrollbars=no');
}
16 août 2009 à 11:51
if(!isset($_SESSION['login']))
{
echo '<script type="text/javascript">window.open("login.php?num='.$num.'","","left=50,top=50,width=600,height=400,scrollbars=no");</script>';
echo '<script type="text/javascript">history.go(-1);</script>';
exit;
}
16 août 2009 à 11:52
passez le topic en résolu si c'est réglé
Merci