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

  • SEARCH
  • Home
  • 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 1010459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:05:10+00:00 2026-05-16T09:05:10+00:00

In Firefox I used the document.onclick event and then checked if it was a

  • 0

In Firefox I used the document.onclick event and then checked if it was a right click, and if I right clicked everything went as expected, but in Chrome, Opera and IE8, if I right click the document.onclick doesn’t fire.

I want to have a custom context menu for img elements. How do I go about this?

  • 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-16T09:05:11+00:00Added an answer on May 16, 2026 at 9:05 am

    The right-click invokes the context menu within most standard browsers; therefore, you can use the “oncontextmenu” listener to handle right-click events. The listener should return false if you do not want it to display the standard browser context menu after invoking your JS code.

    Here’s some sample html that handles left and right clicks on an image.

    <html>
    <head>
        <script type="text/javascript">
            function handleRightClick() {
                alert("Got right click!");
            };
    
            function handleLeftClick() {
                alert("Got left click!");
            };
        </script
    </head>
    <body>
        <img src="http://thefuturebuzz.com/pics/the-matrix.jpg" onclick="handleLeftClick(this);" oncontextmenu="handleRightClick(this); return false;" />
    </body>
    </html>
    

    For more information, check out http://www.w3schools.com/html5/html5_ref_eventattributes.asp

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Firefox when you add an onclick event handler to a method an event
Before I upgraded to Firefox 3 I used to constantly use the View Source
I'm trying to duplicate the effect used in the Firefox search box where, if
In Firefox a Reload seems to reload everything while on IE the Refresh reloads
Firefox 3 has introduced a new behavior in which line-height, when unset, differs from
What Firefox add-ons do you use that are useful for programmers?
In Firefox you can enter the following into the awesome bar and hit enter:
In Firefox and Safari, pages that are centered move a few pixels when the
In Firefox...... <div id=container style=overflow:scroll; width:400px; height:500px> <div id=content style=height:500px; width:800px/> </div> The container
In firefox, I have the following fragment in my .css file tree (negative){ font-size:

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.