Page for controlling keyboard shortcuts using javascript onkeydown

Source: Internet
Author: User

IE only mouse left and right keys control Previous Page
<Script type = "text/javascript">
<! --
Var preview_page = "14671.html ";
Var next_page = "14675.html ";
Var index_page = "index.html ";
Var article_id = "305 ";
Var chapter_id = "14674 ";

Function jumpPage (){
If (event. keyCode = 37) location = preview_page;
If (event. keyCode = 39) location = next_page;
If (event. keyCode = 13) location = index_page;
}
Document. onkeydown = jumpPage;
<:/Script>

<Script>
// Qidian
Prevpage = '2017 24741. aspx ';
Nextpage = '1970 24757. aspx ';
Bookpage = '/Book/1006900. aspx'
Var prevpage;
Var nextpage;
Var bookpage;
Function pageEvent (event)
{
Event = event? Event: (window. event? Window. event:
Null );
If (event. keyCode = 13)
{
Location = bookpage
Return false;
}

If (event. keyCode = 37) location = prevpage

If (event. keyCode = 39) location = nextpage
}
Document. onkeydown = pageEvent;
-->
</Script>
Compatible with classic IE and firefox

[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.