Comment peut on afficher un popup de façon dynamique en fonction de la resolution d'ecran du client ?
Par exemple comme ça mais ça marche pas:
larg=screen.width
haut=screen.height
window.open("identification.php","PopUp",'width=832,height=652,location=no,status=no,toolbar=no,scrollbars=no,top=160,left=210')