Probleme window.open
Résolu/Fermé
aquario
Messages postés
179
Date d'inscription
lundi 21 mars 2005
Statut
Membre
Dernière intervention
27 décembre 2006
-
18 oct. 2006 à 01:23
Switch - 8 nov. 2007 à 09:24
Switch - 8 nov. 2007 à 09:24
3 réponses
aquario
Messages postés
179
Date d'inscription
lundi 21 mars 2005
Statut
Membre
Dernière intervention
27 décembre 2006
27
18 oct. 2006 à 19:12
18 oct. 2006 à 19:12
la variable qui amene a la page est :
echo "<td align=\"center\"width=\"50\">Photo</td><td width=\"100%\"align=\"center\"><A HREF=\"#\"onClick=\"window.open('image.php?cool=$photo','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=$haut, height=$larg, left=20, top=20');return(false)\"><img src=".$row['photo']." width=\"400\" border=\"0\"></A></td>";
Les script de la page de destination est :
<?
echo "<center>";
echo "<img src=\"$cool\"border=\"0\">";
echo "</center>";
?>
Oui
En fait j'ai meme essayer avec autre chose
echo "<td align=\"center\"width=\"50\">Photo</td><td width=\"100%\"align=\"center\"><A HREF=\"#\"onClick=\"window.open('image.php^&^amp^;cool=$photo','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=$haut, height=$larg, left=20, top=20');return(false)\"><img src=".$row['photo']." width=\"400\" border=\"0\"></A></td>";
Mais meme comme ca ca ne fonctionne pas je suis persuadé qu'il y a un probleme avec ce ?
Enfin si tu veux tu peux telecharger mes 2 pages je les ai Zipper
www.lescalaireducentre.com/pages/db/detailphotopois.zip
www.lescalaireducentre.com/pages/db/image.zip
Il y a des endroit ou il y a ^ dans ce post Attention c'est pour afficher le script sinon ca passe sur forum ccm ^=rien et pas= a un espace, je coupe pour que tous apparaisse
echo "<td align=\"center\"width=\"50\">Photo</td><td width=\"100%\"align=\"center\"><A HREF=\"#\"onClick=\"window.open('image.php?cool=$photo','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=$haut, height=$larg, left=20, top=20');return(false)\"><img src=".$row['photo']." width=\"400\" border=\"0\"></A></td>";
Les script de la page de destination est :
<?
echo "<center>";
echo "<img src=\"$cool\"border=\"0\">";
echo "</center>";
?>
Oui
En fait j'ai meme essayer avec autre chose
echo "<td align=\"center\"width=\"50\">Photo</td><td width=\"100%\"align=\"center\"><A HREF=\"#\"onClick=\"window.open('image.php^&^amp^;cool=$photo','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=$haut, height=$larg, left=20, top=20');return(false)\"><img src=".$row['photo']." width=\"400\" border=\"0\"></A></td>";
Mais meme comme ca ca ne fonctionne pas je suis persuadé qu'il y a un probleme avec ce ?
Enfin si tu veux tu peux telecharger mes 2 pages je les ai Zipper
www.lescalaireducentre.com/pages/db/detailphotopois.zip
www.lescalaireducentre.com/pages/db/image.zip
Il y a des endroit ou il y a ^ dans ce post Attention c'est pour afficher le script sinon ca passe sur forum ccm ^=rien et pas= a un espace, je coupe pour que tous apparaisse
Bonjour,
essaye avec:
echo "<A HREF=\"#\" onClick=\"window.open('".$photo."','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=$haut , height=$larg, left=20, top=20');return(false)\"><img src=".$row['photo']." width=\"400\" border=\"0\"></A>";
Je suis sûr de rien ..
essaye avec:
echo "<A HREF=\"#\" onClick=\"window.open('".$photo."','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=$haut , height=$larg, left=20, top=20');return(false)\"><img src=".$row['photo']." width=\"400\" border=\"0\"></A>";
Je suis sûr de rien ..