[Résolu] popup marche pas

popup marche pas [Résolu] - HTML/CSS - Programmation

Marsh Posté le 16-08-2010 à 19:25:01    

je viens de changer d'hébergeur et mon popup ne s'ouvre plus , il s'ouvre mais comme une page pas comme un popup
 
<a target="" href="adresse_popup" onclick="window.open(this.href, 'nom', 'height=100, width=200,  
top=100, left=100, toolbar=no, menubar=yes, location=no, resizable=yes,  
scrollbars=no, status=no'); return false">lien</a>


Message édité par jpm1 le 16-08-2010 à 21:41:38
Reply

Marsh Posté le 16-08-2010 à 19:25:01   

Reply

Marsh Posté le 16-08-2010 à 21:41:18    

j'ai fait ça , ça marche
 
<a onclick="window.open('adresse_popup','nom','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=500, height=500, left=200, top=200');return(false)" href="adresse_popup" target="_parent">nom_lien</a>

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed