<>
if (nb==2) { window.open('nom_fichier.htm','de','toolbar=0,location=0,directories=0,status=0,copyhistory=0,scrollbars=0,menubar=0,resizable=0,width=550,height=400'); }
if (nb==3) { window.open('nom_fichier.htm','de','toolbar=0,location=0,directories=0,status=0,copyhistory=0,scrollbars=0,menubar=0,resizable=0,width=550,height=400'); }
if (nb==4) { window.open('nom_fichier.htm','de','toolbar=0,location=0,directories=0,status=0,copyhistory=0,scrollbars=0,menubar=0,resizable=0,width=550,height=400'); }
...
if (nb==2) { window.open('bonjour.htm','de','toolbar=0,location=1,directories=0,status=1,copyhistory=0,scrollbars=1,menubar=0,resizable=1,width=200,height=150');
Je fais ensuite mon lien vers "javascript:nouvelle_fenetre(2)". Et voilà, le tour est joué!