{
HtmlImage imgSmallImage = (HtmlImage)e.Item.FindControl("imgSmallImage");
imgSmallImage.Attributes.Add("onClick", "javascript:image_open('houses/" + DataBinder.Eval(e.Item.DataItem, "PlanImage") + "')");
}
My question, is there any way to disable right click by modifiying this opening code so the image in this new window can't be right clicked. I see no other way and javascript isnt my strong point. I wish the client would just not do this but they insist.
Thank you very much








