Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7550689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:16:42+00:00 2026-05-30T10:16:42+00:00

I have: <a id=nextPage href=somepage.php?name=foo>Next Page</a> When someone presses an arrow button on the

  • 0

I have:

<a id="nextPage" href="somepage.php?name=foo">Next Page</a>

When someone presses an arrow button on the keyboard, I want to redirect the user to the href contained in the anchor tag. How can I do this with javascript/jquery?

I was thinking something like this:

window.location = $('#nextPage').attr('href');

Any thoughts?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T10:16:43+00:00Added an answer on May 30, 2026 at 10:16 am
    $(document).on('keydown', function (event) {alert(event.type);
        if (event.which == 37) {
            $('#prevPage').trigger('click');
            //or
            window.location = $('#prevPage').attr('href');
        } else if (event.which == 39) {
            $('#nextPage').trigger('click');
            //or
            window.location = $('#nextPage').attr('href');
        }
    });​
    

    Here is a demo: http://jsfiddle.net/jasper/VprbW/2/

    You can also access the href attribute of one of the links like this to perform faster:

    window.location = document.getElementById('nextPage').href;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have used location.href to redirect next page, but now i want to back
On the page 'selecteditems.php' I have a form like this: <form method=POST name=selecteditems action=nextpage.php>
I have this line below that shows a link to go the next page
How to move to next page in datagridview.I have n number of pages.I enabled
I have the code below to find the next sequential page number and load
Can we have continuous viewing in Crystal Report Viewer, rather than clicking NextPage button
I have a form with this check_box_tag upgrade[#{user.id}] On next page, If i do
I have the following code: $('input.next_page_img').replaceWith('<input type=submit class=next_page_image graybutton mediumbutton alt=Next Page value=Next Page
I have a form, after passing this form to the next page a preview
I have this code where I am using jQuery to navigate to the next

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.