You may require the code to disable right click in any webpage.
Then just place the below simple code.
oncontextmenu=”return false;”
Examples:
1) Don’t want right click on whole web, place it in “body” tag.
2) Don’t want right click on particular element like textbox, text area place the code in that element