<html> <script type="text/javascript"> <!-- document.oncontextmenu=function(e){return false;} //--> </script> <style> body { -moz-user-select:none; } </style> <body> Web page contents are here. </body> </html>