hola ....trate de hacer esto:
Código PHP:
if (checkStr.length==2)
{
formulario.nota.value=checkStr.charAt(0)+('.')+checkStr.charAt(1);
formulario.nota.value.replace(/./,"");
}
pero tampoco me funciona con lo que quiero hacrer..alguna ayuda por favor gracias a todos