Web Analytics Made Easy -
StatCounter left click to right click ? - CodingForum

Announcement

Collapse
No announcement yet.

left click to right click ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • left click to right click ?

    When I click with left mouse button it need to behaviour like it is clicked with right button ?

    Possible ?

  • #2
    do you want that behaviour just in the browser? or do you want that behaviour in your os as well? and do you need both buttons to simulate a right click?

    Comment


    • #3
      Perhaps:

      onclick="this.contextmenu();return false;"
      Stephen
      Learn Modern JavaScript - http://javascriptexample.net/
      Helping others to solve their computer problem at http://www.felgall.com/

      Don't forget to start your JavaScript code with "use strict"; which makes it easier to find errors in your code.

      Comment

      Working...
      X