Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/07/2006, 10:31
Avatar de Cap.Buscapina
Cap.Buscapina
 
Fecha de Ingreso: octubre-2004
Ubicación: Argentina
Mensajes: 836
Antigüedad: 19 años, 7 meses
Puntos: 4
suponiendo que todo el proceso fuera correcto (me da fiaca leerlo todo) probá reemplazando la funcion tiempoLectura por:

Cita:
function tiempoLectura(que)
{
tiempo=Math.round(que.length/15)/100;
return tiempo.toString().split(".")[0]+"'"+Math.round(tiempo.toString().split(".")[1]*0.6);
}
saludos
__________________
by Capitán Buscapina
.