Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

143
Vistas
my textarea text is clearing after button submits it

my code below deletes the text from my textarea that is inserted by a user after clicking the submit button but what i want is i want the text to be in my textarea after submit.

  <form action="/search" name="myform" id="formid" method="post"   >
                      <div class="input-group" >
            <!--          
        
                          <textarea  name="input" id="textArea" />
        
                          
        
        
                            <button type="submit" onclick="return fill()" >Search</button>
                          </button>
        
                      </div>
        
                    </form>
        
        <script type="text/javascript">
                    function fill()
                    {
        
                     var x = document.getElementById('textArea').value;
                     document.getElementById('demo').innerHTML=x;
        
        
        
                    }
                </script>

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Simply try to add onSubmit="return false;" at the form tag

<form action="/search" onSubmit="return false;" name="myform" id="formid" method="post"   >
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda