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

202
Vistas
form doesn't submit with java script

I wanna submit a form without refreshing

here is the code:

<form id="rout" >
    <div class="mb-3">
        <label for="exampleInputEmail1" class="form-label">your id</label>
        <input type="text" class="form-control" onchange="" id="exampleInputEmail1" aria-describedby="emailHelp">
    </div>
    <div class="mb-3">
       <label for="exampleInputPassword1" class="form-label">first name</label>
       <input type="text" class="form-control" id="exampleInputPassword1">
    </div>
    <div class="mb-3">
        <label for="exampleInputPassword111" class="form-label">last name </label>
        <input type="text" class="form-control" id="exampleInputPassword111">
    </div>
    <div class="d-grid gap-2">
        <button id="btbtbt" class="btn btn-primary" type="submit" style="text-decoration: none ">
            submit
        </button>
    </div>
</form>

<script>
    const myForm = document.getElementById("rout");
    myForm.addEventListener("submit", (e)=>{
      e.preventDefault();
      const req = new XMLHttpRequest();
      req.open("post","router.php");
      req.onload= function (){
        console.log(req.responseText);
      }
      req.send(new FormData(myForm));
    });
</script>

focus on the script part

here is what I got: enter image description here

I know this code works

I tested it before

but it's not working in here

What could be the reason?

about 4 years ago · Juan Pablo Isaza
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