Scripting can also be included in the form. As an example, to disable the context menu for the page, you could include the following block of text anywhere on the form.
<script language="javascript"> document.oncontextmenu = function (){return false;} </script>