20/11/2005, 16:31
|
| | Fecha de Ingreso: noviembre-2002 Ubicación: Mex
Mensajes: 140
Antigüedad: 22 años Puntos: 0 | |
Prueba con getElement.
function CambiaEstilo(obj,size){
var obj =
document.all ? document.all[obj] :
document.getElementById(obj);
obj.style.height=size;
} |