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

78
Vistas
Auto fill form with the help of bookmarklets

I have two sites in which one has data and second has a user form. Daily basis we fill the form manually that form with reaching and watching that site. Is it possible to auto fill the form with the help bookmarklet programming?

I made the basic code to auto fill the form but how can i get the data from url.

javascript:(function()
{
    function f1(ele, val)
       {
         if(document.getElementById(ele) && ' ')
         {
          document.getElementById(ele).value = val;
         }
       }
     f1("first_name", "suraj");
     f1("last_name", "singh");
     f1("age", "20");
     f1("qualification", "12th");
        
})();

-further I want to get that data from other URL.

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