|
-
Jun 22nd, 2001, 01:24 PM
#1
Thread Starter
Hyperactive Member
Right click
Hello,
I saw a site once where when you "right click" on a page, a message box pop's up saying something like "Invalid selection". IE. you cannot access the menu with "save background, set as wallpaper, copy" etc etc.
Anyone know how I can do this??
Thanks,
T
-
Jun 22nd, 2001, 04:29 PM
#2
Addicted Member
-
Jun 23rd, 2001, 12:09 AM
#3
Frenzied Member
sigh...
Please don't waste your valuable time trying to do this. If I want something that is on a web page, I can get it. Period. There is NOTHING that can be done to stop me. That includes images, text, js files, cookies, and applets. I wish that web page developers would just start getting at peace with this and stop trying to come up with these stupid methods to try to stop it. It can't be stopped. Even if you disable the right mouse button, that just makes me more determined and I will just go to my TemporaryInternetFiles folder and get what I want from there.
God we need a FAQ...
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 23rd, 2001, 04:19 AM
#4
Thread Starter
Hyperactive Member
Jeez.......
Jeez, Monte96,
You certainly feel strongly about this dont you!!?? Come on man, give me a break - as a newbie I'm surely allowed to experiment a bit, besides NOT ALL Internet users are as clued up as YOU and can ........ "If I want something that is on a web page, I can get it......"
Thanks eer3,
I'll check out that link.
T
-
Jun 23rd, 2001, 06:03 AM
#5
turfbult any idiot can click "View -> Source" and there is a saying I belive in "evey lock, has a key".
-
Jun 23rd, 2001, 02:14 PM
#6
Frenzied Member
Sorry, Turf.. didn't mean to go off on a rant on ya.. but yea, I feel pretty strong about it. I hate any website that disables the normal navigation. Because I don't just use right click for stealing images. I use it to go back instead of moving the cursor to the top of the page. (Depending on the system I'm using my res is 1280x1024 or 2048x1536 so it's much more convenient to right click and choose back than to move up to the top navigation bar.)
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 25th, 2001, 12:54 AM
#7
Thread Starter
Hyperactive Member
Hey Monte96,
No problem man. I thought a lot about this "right click thing" over the weekend and I agree.......... no use wasteing time trying to work around it.
Cheers,
T
-
Jun 25th, 2001, 04:01 AM
#8
-
Jun 25th, 2001, 06:47 PM
#9
Simple JavaScript (uck I know I know, VB forum, but I can't figure out how to get the right mouse button in VBscript.
<script blablabla>
function right(e) {
if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("AHHH!");
return false;
}
return true;
}
//Then, to call it,
document.onmousedown=right
</script>
t
-
Jun 26th, 2001, 04:36 AM
#10
Paradox Read the whole thread and you'll see that that is useless.
-
Jun 26th, 2001, 06:25 AM
#11
Black Cat
What bugs me is when you right click a page and it says something like "Don't steal my images.", when the page "author" just scanned copyrighted pictures out of a book or magazine.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|