---
title: "How can disable right click menu on inline span inHTML?"  
description: "How can disable right click menu on inline span inHTML?"  
author: "Anonymous User"  
published: 2013-03-06  
updated: 2013-03-06  
canonical: https://www.mindstick.com/forum/625/how-can-disable-right-click-menu-on-inline-span-inhtml  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How can disable right click menu on inline span inHTML?

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances)!

I want to [disable](https://www.mindstick.com/forum/12901/how-to-disable-enable-input-box-in-aspx-with-value-from-sql) [right](https://www.mindstick.com/articles/12766/check-whether-you-are-doing-digital-transformation-right-or-not) [click](https://www.mindstick.com/articles/12423/social-login-magento-2-one-click-to-register-social) menu on [inline](https://www.mindstick.com/interview/1012/describe-the-difference-between-inline-and-code-behind) span in HTML. How it is possible. Please help me!

Thanks in [advance](https://www.mindstick.com/blog/33258/jee-mains-and-jee-advance-exams)!

## Replies

### Reply by AVADHESH PATEL

Hi Lois!

You can handle the oncontextmenu event

example:

<span style="color:red;" oncontextmenu="return false;">Right Click Disabled</span>


---

Original Source: https://www.mindstick.com/forum/625/how-can-disable-right-click-menu-on-inline-span-inhtml

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
