Article ID: 286426 - Last Review: July 4, 2007 - Revision: 2.2 How to turn off the right-click functionality in Internet Explorer 5.0 or a later version by using FrontPage 2000This article was previously published under Q286426 On This PageSUMMARY
The following article describes how to use FrontPage 2000 to turn off the right-click functionality in Microsoft Internet Explorer versions 5.0 or a later version. These examples use JavaScript in an attempt to discourage users from saving copyrighted images to their computers. NOTE: This article uses custom Dynamic Hypertext Markup Language (DHTML) that may not be available in all browsers. For more information about this topic, click Microsoft FrontPage Help on the Help menu, type compatibility in the Answer Wizard, and then click Search to view the topic. Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. How to Disable Right-Click FunctionalityThe following examples illustrate two methods for turning off (disabling) right-click functionality in a browser.NOTE: You may receive an error message if you copy and paste the examples directly from this article into FrontPage. The angle brackets ("<" and ">") may appear as escaped HTML code ("<" and ">"). To work around this behavior, paste the script in a blank Notepad document, and then copy it from Notepad before you paste it into FrontPage. Example #1: Turn Off the Shortcut Menu
Example #2: Use JavaScript to Display a Warning Message
Additional InformationMicrosoft Internet Explorer allows users to save Web pages and all embedded images to their computer's hard disk. The implementation of this article will not protect images or source code from being copied, but it will serve as a method for possibly deterring some Web users.REFERENCESFor more information about Microsoft JScript, visit the following Microsoft Web site: http://msdn2.microsoft.com/en-us/library/hbxc2t98(VS.71).aspx
(http://msdn2.microsoft.com/en-us/library/hbxc2t98(VS.71).aspx)
| Article Translations
|
Back to the top
