====== Web Sites - Disable right-clicking by using JavaScript ====== Simply add the following JavaScript code to the section of your web page: This code will block the right click of mouse, Ctrl+A, Ctrl+C, Ctrl+Shift+C, Ctrl+Shift+I, Ctrl+Shift+J, Ctrl+S, Ctrl+U, and F12 key. The F12 key uses for looking the source code of page, so it also need be disabled. Also, for addition, you can add the **oncontextmenu** attribute to the **** tag of your page HTML code: