Results 1 to 3 of 3

Thread: Help! To disable right click in Iframe

  1. #1
    Join Date
    Feb 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help! To disable right click in Iframe

    I am using an iframe to load a website. I want to disable right click in the Iframe and as well as on the website. Anybody help me out in this.

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Why.. right click is a total waste of time.. as the images etc are downloaded on the persons pc etc and can be obtained in many ways.. Either trademark your high quality images or do post them on the web to start with.
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Feb 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Thulasiram !!
    use this script on iframe page
    <script>
    document.oncontextmenu=disableit
    function disableit()
    {
    //alert("done")
    return false;
    }
    </script>
    Hope this will help you
    Cheers

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
  •