Disable right click on images

What is the easy way to disable right click on images???

Modify the body tag:

<body oncontextmenu="return false;">

Thanks I will try this…