![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/01/2006, 17:25
|
![Avatar de Mickel](http://static.forosdelweb.com/customavatars/avatar20289_2.gif) | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 8 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... :( |