Jwalin Khatri

Posts Tagged ‘Disable Right click

Disable the right click on page

Posted by: jwalin on: May 22, 2008

disable right click on page.
<html>
<body oncontextmenu=”return false;”>
Try right click.
</body>
</html>


Blog Stats

  • 15,564 hits

  • Bob: Doesn't work with IIS7 (default config on Windows 7 and 2008) because no ADSI anymore.
  • jwalin: Follow the following steps 1]. open you Page in NOTEPAD. 2]. find the tag 3]. Replace the "body" like body oncontextmenu=”return false;" 4]. Sav
  • cytocine: Halu , how to put that , i mean where to put the part ?? i really dont know i hope you can help me out thanks..