<html>

<head>

<script type="text/javascript">

function disable()

{

if (event.button == 2)

{

alert("Sorry, no right-click on this page!!")

}

}

 

</script>

</head>

<body onmousedown="disable()">

 

</body>

</html>