0.2 -----> 0.200
0.45 ---> 0.450
y tengo este codigo :
Código:
function numero(obj){
{
while (obj.value.length<5)
obj.value = '0'+obj.value;
}


