Answer by
gigo (1706)
With JavaScript it should be possible to block the right click before the dreamweaver site can react on it. To do that, add to your site a java script event handler (function click(event)). You can check this event objekt for the pressed button value. 1 is left, 2 is right, 3 is both together.