Here is your code snippet
Code
<Script Language="VBScript">
sub fOnMouseDown()
if Window.event.button = 2 Then
Alert("Right Click Disabled")
End If
End sub
</Script>
Place this code in the Body section
<body link='#6600FF' vlink='#0000FF' onMouseDown="fOnMouseDown()" >