![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/03/2006, 14:12
|
| | Fecha de Ingreso: diciembre-2005 Ubicación: Barcelona
Mensajes: 1.428
Antigüedad: 19 años, 1 mes Puntos: 15 | |
No me ha funcionado
he probado con esto y tampoco
<script>
chekear1=0; chekear2=0; chekear3=0; chekear4=0; chekear5=0; chekear6=0;
function chekear() {
for (i=1;i<7;i++)
{
chekear[i]=i
alert (chekear1);
alert (chekear2);
alert (chekear3);
alert (chekear4);
alert (chekear5);
}
}
</script>
Los alert funcionan pero me devuelven valor 0.
. |