function OuvrirPopup(page,nom,option) { window.open(page,nom,option); } function AfficherCollecte () { lien = document.forms["FormCommune"].elements['lstcommune'].options[document.forms["FormCommune"].elements['lstcommune'].selectedIndex].value; OuvrirPopup('collecte.php3?lien=' + lien , '', 'resizable=yes, fullscreen=yes, scrollbars=yes, location=no'); }