tso a écrit :
Que se cache t-il derrière votre CTRL-V ? Postez ici le contenu mémoire à l'instant où vous lisez ce post... Voilà le mien : function NewWindow(url,myname,w,h,scroll) { myname = 'fromCLIENTADEformRecherche'; pos = "center"; LeftPosition=(screen.width)?(screen.width-w)/2:100; TopPosition=(screen.height)?(screen.height-h)/2:100; settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=no,personalbar=no'; win = window.open(url,myname,settings); win.opener.name = 'CLIENTADEformRecherche'; window.name = 'CLIENTADEformRecherche'; win.name = myname; return win; }
|