dans une function php, je voudrais que le lien ouvre dans un pop-up et que ce pop-up ai aucun scrool bar ni bouton ni rien avec une grandeur fix qui es 640x240.
if($data['lien_windows']>='a')
{
echo "<a target=newwindow href=";
echo $data['lien_windows'];
echo "?idnews=".$data['id'].">Télécharger</a>";
}
je veu qui prend en charge : ?idnews=".$data['id']."
Merci.