Results 1 to 2 of 2

Thread: No right click

  1. #1
    Join Date
    Jan 2009
    Posts
    65

    No right click

    hi
    i am working on some java script for project ,till it good going but i am not able to do no right click scripting . so please any one can help me to obtain the code .??
    thank you .

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: No right click

    hi
    check this i think it will work ..

    function click(e) {
    if (document.all) {
    if (event.button == 2) {
    alert(message);
    return false;
    }
    }
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    }
    }
    }
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    }
    document.onmousedown=click;
    // -->

    </script>

Similar Threads

  1. Replies: 7
    Last Post: 22-12-2011, 05:56 AM
  2. Unable to click Trackpad click in blackberry Bold 9700
    By Repliers in forum Portable Devices
    Replies: 5
    Last Post: 19-06-2011, 09:50 PM
  3. Toshiba NB255 Right click/Left click buttons not working
    By Bearing in forum Portable Devices
    Replies: 3
    Last Post: 08-04-2011, 04:19 PM
  4. Replies: 5
    Last Post: 17-02-2009, 08:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,034,550.56814 seconds with 17 queries