// Fonctions JS communes pour le site function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } // Affiche une pop-up d'administration du Content JDM Framework // L'argument est l'URL du formulaire function pop_cjf (f_url) { var pop_cjf = window.open (f_url, "pop_cjf", "width=750,height=500,scrollbars=yes,resizable=yes") ; if (!pop_cjf) alert ("Votre système vient de bloquer une pop-up d'administration.\n\nVeillez le configurer pour en permettre l'affichage.") ; else pop_cjf.focus () ; }