1 2 3 4 5 6 7 8 9 10 11 12
|
function OuvreFenetrePlan(){
neo=window.open("plan.htm","Plan","width=600,height=480,top=0,left=0,status=no,toolbar=0,menubar=0,location=0,resizable=no,titlebar=1,scrollbars=no,fullscreen=0")
}
function OuvreFenetreImprim(){
neo=window.open("plan/impression/print.htm","Impression","width=680,height=480,top=0,left=605,status=no,toolbar=0,menubar=0,location=0,resizable=no,titlebar=1,scrollbars=yes,fullscreen=0")
}
function OuvreFenetreContact(){
neo=window.open("contact.htm","Nous contacter","width=720,height=700,top=0,left=0,status=no,toolbar=0,menubar=0,location=0,resizable=no,titlebar=1,scrollbars=yes,fullscreen=0")
} |
Partager