Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 5: Línea 5:  
<script>
 
<script>
 
function ObtenerTexto() {
 
function ObtenerTexto() {
     if (0 < document.forms.legibilidad.escrito.value.length) {
+
     if (0 < $("#input_5").val()) {
 
         document.getElementById("resultado").outerHTML = '<div id="resultado" tabindex="0"><p>\u231b Procesando. Ten paciencia.</p></div>';         
 
         document.getElementById("resultado").outerHTML = '<div id="resultado" tabindex="0"><p>\u231b Procesando. Ten paciencia.</p></div>';         
 
         var a = new XMLHttpRequest;
 
         var a = new XMLHttpRequest;