Results 1 to 11 of 11

Thread: Right click

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    Question 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

  2. #2
    Addicted Member eer3's Avatar
    Join Date
    Sep 2000
    Location
    Ca
    Posts
    165

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    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

  5. #5
    rsitogp
    Guest
    turfbult any idiot can click "View -> Source" and there is a saying I belive in "evey lock, has a key".

  6. #6
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    Talking

    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

  8. #8
    rsitogp
    Guest

    Lightbulb

    WOW! The penny dropped at last!

  9. #9
    Paradox
    Guest
    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

  10. #10
    rsitogp
    Guest
    Paradox Read the whole thread and you'll see that that is useless.

  11. #11
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width