hello...

je sais que ce sujet a deja été traiter, j'ai fait une recherche,appliqué ce que j'ai pu trouver mais ma popup ne marche toujours pas,
voici un echantillon de ce que j'ai pu experimenté:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
<a href="a_panier.php"  onclick="window.open(this.ref,'_blank','height=200,width=200,left=250,top=300,scrollbars=yes,resizable=yes,toolbar=no');"  style="text-align:right" >
<a href="a_panier.php"  onclick="window.open(this.ref,'_blank','height=200,width=200,left=250,top=300,scrollbars=yes,resizable=yes,toolbar=no'); return false;"  style="text-align:right" >
<a href="#"  onclick="window.open(this.ref,'_blank','height=200,width=200,left=250,top=300,scrollbars=yes,resizable=yes,toolbar=no'); return false;"  style="text-align:right" >
<a href="a_panier.php"  onclick="window.open('a_panier.php','','height=200,width=200,left=250,top=300,scrollbars=yes,resizable=yes,toolbar=no'); return false;"  style="text-align:right" >
je suis sous firefox, j'ai en plus desactive le anti popup mais rien a faire....

une idée?