If you use View>Source for the page, you probably willl find some JavaScript that intercepts the right-click keystroke.
![]() |
Patch reliability is unclear, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
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 20 years, 11 months 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
-
Downloads folder location
by
CWBillow
26 minutes ago -
Remove a User from Login screen
by
CWBillow
2 hours, 58 minutes ago -
TikTok fined €530 million for sending European user data to China
by
Nibbled To Death By Ducks
4 hours, 7 minutes ago -
Microsoft Speech Recognition Service Error Code 1002
by
stanhutchings
10 hours, 12 minutes ago -
Is it a bug or is it expected?
by
Susan Bradley
9 hours, 6 minutes ago -
Image for Windows TBwinRE image not enough space on target location
by
bobolink
6 hours, 45 minutes ago -
Start menu jump lists for some apps might not work as expected on Windows 10
by
Susan Bradley
14 hours, 44 minutes ago -
Malicious Go Modules disk-wiping malware
by
Alex5723
4 hours, 21 minutes ago -
Multiple Partitions?
by
CWBillow
5 hours, 1 minute ago -
World Passkey Day 2025
by
Alex5723
22 hours, 20 minutes ago -
Add serial device in Windows 11
by
Theodore Dawson
1 day, 13 hours ago -
Windows 11 users reportedly losing data due forced BitLocker encryption
by
Alex5723
36 minutes ago -
Cached credentials is not a new bug
by
Susan Bradley
1 day, 18 hours ago -
Win11 24H4 Slow!
by
Bob Bible
1 day, 18 hours ago -
Microsoft hiking XBox prices starting today due to Trump’s tariffs
by
Alex5723
1 day, 15 hours ago -
Asus adds “movement sensor” to their Graphics cards
by
n0ads
1 day, 20 hours ago -
‘Minority Report’ coming to NYC
by
Alex5723
1 day, 16 hours ago -
Apple notifies new victims of spyware attacks across the world
by
Alex5723
2 days, 5 hours ago -
Tracking content block list GONE in Firefox 138
by
Bob99
2 days, 4 hours ago -
How do I migrate Password Managers
by
Rush2112
1 day, 12 hours ago -
Orb : how fast is my Internet connection
by
Alex5723
1 day, 14 hours ago -
Solid color background slows Windows 7 login
by
Alex5723
2 days, 16 hours ago -
Windows 11, version 24H2 might not download via Windows Server Updates Services
by
Alex5723
2 days, 15 hours ago -
Security fixes for Firefox
by
Susan Bradley
1 day, 15 hours ago -
Notice on termination of services of LG Mobile Phone Software Updates
by
Alex5723
3 days, 3 hours ago -
Update your Apple Devices Wormable Zero-Click Remote Code Execution in AirPlay..
by
Alex5723
3 days, 12 hours ago -
Amazon denies it had plans to be clear about consumer tariff costs
by
Alex5723
3 days, 3 hours ago -
Return of the brain dead FF sidebar
by
EricB
2 days, 14 hours ago -
Windows Settings Managed by your Organization
by
WSDavidO61
1 day, 17 hours ago -
Securing Laptop for Trustee Administrattor
by
PeachesP
19 hours, 52 minutes 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.