Is it possible to prevent RIGHT CLICK option for IMAGES which we use in web page.
Try this:
$(document).bind("contextmenu",function(e){ return false; });