Probleme ouverture fenetre en php

Fermé
atrebate62 Messages postés 10 Date d'inscription jeudi 13 mars 2003 Statut Membre Dernière intervention 14 avril 2005 - 31 oct. 2003 à 08:41
 l'instit - 31 oct. 2003 à 15:12
BONJOUR

Soit une page php contenant cette ligne :

<td width=10% valign='middle'align='center'><a href='affplac.php?mais=$dbrec[MAISON]&cuv=$dbrec[CUVEE]&ima=$dbrec[REFIMAG]'target='_blank' onClick='windows.open('this.href',popone,width='345',height='480',directories='no',menubar='no',status='no',location='no',toolbar='no')><img src='Plaques.gif' width=25 height=25 border=0></td>

la page appelee est la suivante: (affplac.php)

<html>
<head>
<title>Mes Plaques</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body background="crepicreme.jpg">
<div align="center">
<?
echo "<font face='Comic Sans MS'><strong><font size='+2' color='#009900'>$mais<br>$cuv</strong></font><br><br>";
echo "<img src='./imgs/$ima' bakground='crepicreme.jpg' width='160' height='160' align='middle' border='2'><br><br>";
echo "<p align='center'><input type='button' value='fermer cette fenetre' onclick='self.close()'></p>"
?>
</div>
</body>
</html>



TOUT SE PASSE BIEN SAUF QUE LA PAGE APPELEE S'AFFICHE SANS TENIR COMPTE DES OPTIONS DE WINDOWS.OPEN DONC AVEC LES BARRES d'OUTILS,LES BOUTONS......

QUELQU'UN POURRAIT-IL ME DIRE Où EST L'ERREUR?


MERCI D'AVANCE
A voir également:

1 réponse

bonjour,

déjà n'ecrit pas en majuscules stp !!
ensuite après ton window.open y pas de simple cote.
Si tu a un autre pb ou si celui la n'est pas régler revient j'essaierai de comprendre avvce toi.
0