Js mouse and keyboard event instance code

Source: Internet
Author: User

1. Which mouse button is clicked?
<Html> <pead> </pead> <body onmousedown = "whichButton (event) "> <p> click the left or right-click your mouse to try it </p> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
2. What are the coordinates of the current mouse cursor?
<Html> <pead> </pead> <body onmousedown = "show_coords (event)"> <p> in this document, press the left mouse button to see it! </P> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
3. What is the unicode code of the pressed key?
<Html> <pead> </pead> <body onkeyup = "whichButton (event) "> <p> press a key on your keyboard in this document. </p> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
4. What are the coordinates of the current mouse cursor relative to the screen?
<Html> <pead> </pead> <body onmousedown = "coordinates (event) "> <p> click the left button </p> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
5. What are the coordinates of the current mouse cursor?
<Html> <pead> </pead> <body onmousedown = "coordinates (event) "> <p> click the left button </p> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
6. Shift key press?
<Html> <pead> </pead> <body onmousedown = "isKeyPressed (event)"> <p> press the shit key, click the left button </p> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
7. Which element is clicked currently?
<Html> <pead> </pead> <body onmousedown = "whichElement (event)"> <p> click here to view details, here is p </p> or click here. Here is h3 <p> do you want to click me ?? </P> </body> </ptml>
[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.