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

229
Views
How to recreate a GET request from an HTML form with a different trigger

I have an HTML form:

<form action="" method="get">
    <input type="text" name="seq" placeholder="Search by ID">
    <input type="submit" value="Search">
</form>

when submitting the string 000 for example, this sends the GET request:

myurl/?seq=000

and the page reloads with the extra information. so far so good.

How can I recreate this exact behaviour but with a different trigger instead of the submit button for sending the GET request? for example, I attempted to use an onkeyup to link to a javascript function but I cannot find a way of making a simple javascript GET request that actually loads a page.

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!