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

237
Views
Llenado automático y publicación web de (formulario del sitio web) usando código JavaScript

Tengo esta página web ( http://reg.nid-moi.gov.iq/registersubmit ) y contiene un formulario en el que me gustaría completar automáticamente los datos del formulario publicando la función de acuerdo con el siguiente parámetro de función en código javascript y el código fuente de la página de la siguiente manera: Script de código fuente de la página web: script de código fuente de la página web

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Hay diferentes maneras de hacerlo.

 <script> // if you want to fill form on button click function setInitailFormData(){ //getting the element you want to fill var inputName = document.getElementsById('inputName'); //setting up the value inputName.value = "Gohan" } //if you want to fill on component mount window.onload = function setInitailFormData(){ //getting the element you want to fill var inputName = document.getElementsById('inputName'); //setting up the value inputName.value = "Gohan" } </script>
about 4 years ago · Juan Pablo Isaza Report
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!