Search This Blog

Thursday, February 2, 2012

how to disable right click on webpage

if u dont want to have right click on your webpage just add oncontextmenu="return false"  on your body
Tag

Example:

              <body oncontextmenu="return false">

and u can also add for individual tags too

<a href="http://www.designersdairy.com" oncontextmenu="return false">Designers Dairy</a>

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...