Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/01/2006, 17:25
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 21 años, 11 meses
Puntos: 7
en lo inmediato podrias hacer

onload="MM_showHideLayers('Layer1','','hide');MM_s howHideLayers('Layer2','','hide')...";

pero lo correcto seria que crees una funcion
onload="MyFunction();"

y definas MyFunction con
function MyFunction() {
MM_showHideLayers('Layer1','','hide');
MM_showHideLayers('Layer2','','hide');
}
__________________
No tengo firma ahora... :(