If you use View>Source for the page, you probably willl find some JavaScript that intercepts the right-click keystroke.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Right Click prohibited on websites?
Home » Forums » Developers, developers, developers » Web design and development » Right Click prohibited on websites?
- This topic has 34 replies, 8 voices, and was last updated 21 years, 1 month ago.
AuthorTopicWSjscher2000
AskWoody LoungerMarch 14, 2004 at 6:02 am #402268Viewing 1 reply threadAuthorReplies-
WSbobduncan
AskWoody LoungerMarch 26, 2004 at 10:36 am #798762Edited by WyllyWylly to add URL code. See the Quick Guide.[/i][/size]
Hello,
If you goto the website:
http://www.msproject.com[/url%5D
And right-click on any of the graphics on the right-side, you’ll see the message as per the attached graphic.
How can I do that on a personal website?
Bob.
-
WSRebel
AskWoody Lounger -
WSRebel
AskWoody Lounger -
WSWyllyWylly
AskWoody LoungerMarch 23, 2004 at 4:33 am #803242Keep in mind that disabling right clicks will not stop a determined user; you can always view the source code of a page. From there, a user could determine where the image or other object lives on the server and download it anyway (not to mention that it will be in the browser cache as well).
-
WSTom-G
AskWoody Lounger -
WSWyllyWylly
AskWoody LoungerMarch 25, 2004 at 11:18 pm #805006No, but actually I have never attempted to use the Shift+F10 shortcut either. By the time you tab to the right place, you could have already opened the View – Source option.
That’s an interesting point, though, the script intercepts mouse activity, not the keyboard equivalent. I would wager that most folks using that script got it canned from somewhere, and the original author was not even aware that you could use Shift+F10!
-
-
WSWyllyWylly
AskWoody LoungerMarch 25, 2004 at 11:18 pm #805007No, but actually I have never attempted to use the Shift+F10 shortcut either. By the time you tab to the right place, you could have already opened the View – Source option.
That’s an interesting point, though, the script intercepts mouse activity, not the keyboard equivalent. I would wager that most folks using that script got it canned from somewhere, and the original author was not even aware that you could use Shift+F10!
-
WSjscher2000
AskWoody Lounger -
WSTom-G
AskWoody LoungerMarch 26, 2004 at 1:55 am #805071Sounds like it would make it difficult to use an element that needed the focus if someone did something like that. I see people that think it need to turn off menus and toolbars in a browser to hide URLs think it neat, but they forget about hitting F-11 to go full screen, and then there’s an address bar showing the URL they were trying to hide. One would also need to be careful and use the Onfocus event in those elements surrounding an image etc. that doesn’t support that event.
FWIW
-
WSTom-G
AskWoody LoungerMarch 26, 2004 at 1:55 am #805072Sounds like it would make it difficult to use an element that needed the focus if someone did something like that. I see people that think it need to turn off menus and toolbars in a browser to hide URLs think it neat, but they forget about hitting F-11 to go full screen, and then there’s an address bar showing the URL they were trying to hide. One would also need to be careful and use the Onfocus event in those elements surrounding an image etc. that doesn’t support that event.
FWIW
-
-
-
WSjscher2000
AskWoody Lounger -
WSKTWolfman
AskWoody LoungerMarch 26, 2004 at 2:31 am #805089Good call Tom…
I remembered that my husband,, had used this trick before. I checked some of the sites he’s created lately and found that this site danimara.com used the disable right-click trick. I tried your SHIFT+F10 move and it worked. Neat trick.
have fun -
WSTom-G
AskWoody LoungerMarch 26, 2004 at 2:43 am #805093Why do people call it a neat trick? Developers at a potential vendor were shocked when they heard me tell how I got into their disabled links. Just look up keyboard shortcuts in most any Windows version’s Help files, and you’ll find listed all the Windows shortcuts. Don’t forget the built-in Application Key on Microsoft Natural Keyboards and clones… good grief it’s so well documented…
-
WSjscher2000
AskWoody LoungerMarch 26, 2004 at 4:18 am #805108“Neat trick” is an expression of joy at discovering something new and useful that saves time or energy, and you probably should interpret it as a compliment.
From your perspective, you might simply be pointing out the obvious, but most people do not have the time to read the documentation for Internet Explorer or even for Windows. It’s helpful to be reminded of useful ones that we might never have seen a use for and therefore let drift from memory.
-
WSTom-G
AskWoody LoungerMarch 26, 2004 at 8:24 am #805159I know what neat trick means. It’s simply very bad design with all the keyboards out there now with a single key dedicated to shortcut menu, and I’m sorely disappointed to run into vendors that think the disabling of the mouse is a solution to poor security, I’ll not go in to details nor mention vendors. It doesn’t take much to find the app key on a keyboard sporting it. From my perspective, I’ve run into a few vendors now, that appear to be really naive startups, so I don’t think it’s a neat trick. I think it’s a sad state of development.
-
WSWyllyWylly
AskWoody LoungerMarch 26, 2004 at 10:36 am #805201We all have our areas of expertise. I would wager that most folks are not aware of the multitude of keyboard shortcuts that exist, and even those that are aware of them appreciate another nugget of knowledge. If you think about this logically, disabling mouse clicks on a web page will thwart many a user simply because they are not aware of the many workarounds.
“Sad state of development” could apply to many things, computer technologies being just one.
-
WSTom-G
AskWoody LoungerMarch 26, 2004 at 10:01 pm #805514When you’re dealing with a potential vendor that’s creating something for people involved with cybercrime fighting, and they use a script to disable a right-click of the mouse, as almost the sole level of protection, I find it unconscionable and a very sad state of development, that’s why I made my points. Needless to say I’ll not ever work with the vendor again.
-
WSKTWolfman
AskWoody LoungerMarch 30, 2004 at 3:51 pm #807070Disabling right-click will thwart the novice image stealer… however, if there is a will, there IS a way, no matter what you do to the page to prevent it. If you’re that worried about people stealing images and the like, then a password protected section should be implemented and only those you trust should have the password… and even then, the ONLY way to stop anyone from taking your stuff off a website is to not post it at all.
have fun -
WSMarkJ
AskWoody Lounger -
WSAndrewO
AskWoody Lounger -
WSAndrewO
AskWoody Lounger -
WSMarkJ
AskWoody Lounger -
WSKTWolfman
AskWoody LoungerMarch 30, 2004 at 3:51 pm #807071Disabling right-click will thwart the novice image stealer… however, if there is a will, there IS a way, no matter what you do to the page to prevent it. If you’re that worried about people stealing images and the like, then a password protected section should be implemented and only those you trust should have the password… and even then, the ONLY way to stop anyone from taking your stuff off a website is to not post it at all.
have fun -
WSTom-G
AskWoody LoungerMarch 26, 2004 at 10:01 pm #805515When you’re dealing with a potential vendor that’s creating something for people involved with cybercrime fighting, and they use a script to disable a right-click of the mouse, as almost the sole level of protection, I find it unconscionable and a very sad state of development, that’s why I made my points. Needless to say I’ll not ever work with the vendor again.
-
WSWyllyWylly
AskWoody LoungerMarch 26, 2004 at 10:36 am #805202We all have our areas of expertise. I would wager that most folks are not aware of the multitude of keyboard shortcuts that exist, and even those that are aware of them appreciate another nugget of knowledge. If you think about this logically, disabling mouse clicks on a web page will thwart many a user simply because they are not aware of the many workarounds.
“Sad state of development” could apply to many things, computer technologies being just one.
-
WSTom-G
AskWoody LoungerMarch 26, 2004 at 8:24 am #805160I know what neat trick means. It’s simply very bad design with all the keyboards out there now with a single key dedicated to shortcut menu, and I’m sorely disappointed to run into vendors that think the disabling of the mouse is a solution to poor security, I’ll not go in to details nor mention vendors. It doesn’t take much to find the app key on a keyboard sporting it. From my perspective, I’ve run into a few vendors now, that appear to be really naive startups, so I don’t think it’s a neat trick. I think it’s a sad state of development.
-
WSjscher2000
AskWoody LoungerMarch 26, 2004 at 4:18 am #805109“Neat trick” is an expression of joy at discovering something new and useful that saves time or energy, and you probably should interpret it as a compliment.
From your perspective, you might simply be pointing out the obvious, but most people do not have the time to read the documentation for Internet Explorer or even for Windows. It’s helpful to be reminded of useful ones that we might never have seen a use for and therefore let drift from memory.
-
WSTom-G
AskWoody LoungerMarch 26, 2004 at 2:43 am #805094Why do people call it a neat trick? Developers at a potential vendor were shocked when they heard me tell how I got into their disabled links. Just look up keyboard shortcuts in most any Windows version’s Help files, and you’ll find listed all the Windows shortcuts. Don’t forget the built-in Application Key on Microsoft Natural Keyboards and clones… good grief it’s so well documented…
-
-
-
WSKTWolfman
AskWoody LoungerMarch 26, 2004 at 2:31 am #805090Good call Tom…
I remembered that my husband,, had used this trick before. I checked some of the sites he’s created lately and found that this site danimara.com used the disable right-click trick. I tried your SHIFT+F10 move and it worked. Neat trick.
have fun
WSTom-G
AskWoody LoungerWSWyllyWylly
AskWoody LoungerMarch 23, 2004 at 4:33 am #803243Keep in mind that disabling right clicks will not stop a determined user; you can always view the source code of a page. From there, a user could determine where the image or other object lives on the server and download it anyway (not to mention that it will be in the browser cache as well).
WSbobduncan
AskWoody LoungerMarch 26, 2004 at 10:36 am #798763Edited by WyllyWylly to add URL code. See the Quick Guide.[/i][/size]
Hello,
If you goto the website:
http://www.msproject.com[/url%5D
And right-click on any of the graphics on the right-side, you’ll see the message as per the attached graphic.
How can I do that on a personal website?
Bob.
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Very Quarrelsome Taskbar!
by
CWBillow
4 hours, 29 minutes ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
7 hours, 13 minutes ago -
Microsoft 365 to block file access via legacy auth protocols by default
by
Alex5723
8 hours, 31 minutes ago -
Is your battery draining?
by
Susan Bradley
1 hour, 10 minutes ago -
The 16-billion-record data breach that no one’s ever heard of
by
Alex5723
10 hours, 29 minutes ago -
Weasel Words Rule Too Many Data Breach Notifications
by
Nibbled To Death By Ducks
11 hours, 5 minutes ago -
Windows Command Prompt and Powershell will not open as Administrator
by
Gordski
14 hours, 20 minutes ago -
Intel Management Engine (Intel ME) Security Issue
by
PL1
5 hours, 3 minutes ago -
Old Geek Forced to Update. Buy a Win 11 PC? Yikes! How do I cope?
by
RonE22
7 hours, 34 minutes ago -
National scam day
by
Susan Bradley
10 hours, 30 minutes ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
1 hour, 30 minutes ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
1 day, 12 hours ago -
Tools to support internet discussions
by
Kathy Stevens
50 minutes ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
1 day, 3 hours ago -
AI is good sometimes
by
Susan Bradley
1 day, 19 hours ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
1 day, 9 hours ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
2 days, 19 hours ago -
June KB5060842 update broke DHCP server service
by
Alex5723
2 days, 18 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
2 days, 22 hours ago -
Excessive security alerts
by
WSSebastian42
1 day, 12 hours ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
3 days, 7 hours ago -
Ben’s excellent adventure with Linux
by
Ben Myers
35 minutes ago -
Seconds are back in Windows 10!
by
Susan Bradley
2 days, 18 hours ago -
WebBrowserPassView — Take inventory of your stored passwords
by
Deanna McElveen
1 day, 12 hours ago -
OS news from WWDC 2025
by
Will Fastie
22 hours, 32 minutes ago -
Need help with graphics…
by
WSBatBytes
2 days, 2 hours ago -
AMD : Out of Bounds (OOB) read vulnerability in TPM 2.0 CVE-2025-2884
by
Alex5723
3 days, 23 hours ago -
Totally remove or disable BitLocker
by
CWBillow
2 days, 22 hours ago -
Windows 10 gets 6 years of ESU?
by
n0ads
3 days, 1 hour ago -
Apple, Google stores still offer China-based VPNs, report says
by
Nibbled To Death By Ducks
4 days, 9 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.