Variables
Tutoriaux, Sommaire
JavaScript
if(scalePageRatio != 1){
if(isNav) {
collLayers = document.layers;
}else{
collLayers =
document.all.tags("DIV")
}
layerAuto = new Array()
for(iLoop=0; iLoop<collLayers.length; iLoop++){
if(collLayers[iLoop].id.indexOf("Mix") != 0){
layerAuto[iLoop] =
new layerImageDef(collLayers[iLoop].id, "");
}else{
layerAuto[iLoop] =
new defLayer(collLayers[iLoop].id, "");
}
}
for(iLoop=0; iLoop<layerAuto.length; iLoop++){
layerAuto[iLoop].ScaleLayer(scalePageRatio);
}
}
[ ]
{ }
Corrigé.
Observez
Pop Up PopUp
Visualisateur Visualisateur