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

65
Views
Load page on certain section

I have a simple webpage with a 3 section format that scrolls horizontally. I want the page to load on the middle section. I've found a couple of solutions on here but none of them have worked. Maybe I'm not doing them right. I'm not experienced in coding.

I know I can't use anchor tags for the url because it's for my main page so visitors have to put in the web address. There has to be a simple solution for this. Any help is appreciated. Thanks.

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

0

The middle section should look like this:

<section id="mainSection" tabindex="1">
</section>

And on windows load, the focus() function should work:

$("#mainSection").focus();//jQuery

OR

 document.getElementById("mainSection").focus();//JavaScript
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!