echo "<tr><td align='center'><a href='popup.php' onclick='window.open('popup.php?photo=$id', 'Test', 'height=100, width=200, top=100, left=100, toolbar=no, menubar=yes, location=no, resizable=yes, scrollbars=no,&n bsp;status=no'); return false;'><img src='".$data_equipes['lien']."' width='400px' border='2'></a></td></tr>";
echo "<tr><td align='center'><a href='popup.php' onclick='window.open(this.href); return false;'><img src='".$data_equipes['lien']."' width='400px' border='2'></a></td></tr>";
<?php
echo '
<a href="popup.php?photo='.$id.'"
onclick="window.open(this.href); return false;">
<img src="'.$data_equipes["lien"].'" style="width:400px; border:solid 2px #000;" />
</a>';
?> 
<?php
echo '
<a href="popup.php?photo='.$id.'"
onclick="window.open(this.href, "Test", "height=100, width=200, top=100, left=100, toolbar=no"); return false;">
<img src="'.$data_equipes["lien"].'" style="width:400px; border:solid 2px #000;" />
</a>';
?>
<?php
echo '
<a href="popup.php?photo='.$id.'"
onclick="window.open(this.href, \'Test\', \'height=100, width=200, top=100, left=100, toolbar=no\'); return false;">
<img src="'.$data_equipes["lien"].'" style="width:400px; border:solid 2px #000;" />
</a>';
?> 
Nous - Plan du site - Informations légale - Contact - © Graphiks.net