Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

179
Views
Estoy intentando enviar los datos de un formulario al servidor mediante el método de obtención de publicación, pero parece que no funciona.
let klantInfo = { Voornaam: voornaam, Achternaam: achternaam, Wachtwoord: myWachtwoord, EmailAdres: email, } let SendData = (ev) => { ev.preventDefault(); if (inputSucceeded) { window.onload = function() { postRequest(); } function postRequest() { const messageHeaders = new Headers({ // (1) 'Content-Type': 'application/json' }) fetch(apiUrl, { method: 'POST', body: JSON.stringify(klantInfo), headers: messageHeaders }) .then(function validateResponse(res) { return res; }) .then(function readResponseAsText(response) { return response; }) .then(function logResult(result) { return result; }) .catch(function logError(error) { return error; }); } function readResponseAsText(response) { console.log(response.text()); // (1) } } else { alert("Niet alle tekst zijn gevuld"); return; } } btnRegisteren.addEventListener('click', SendData)
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!