Hide right click option usnig php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vssp
    Contributor
    • Jul 2006
    • 268

    #1

    Hide right click option usnig php

    Hai fiends

    I want to disable the righ click option in my web application.
    How to hide the right click option usong php?

    Please send me any idea.
  • vssp
    Contributor
    • Jul 2006
    • 268

    #2
    Hi

    I got the solution.

    I am using javascript to solve my problem
    Use thsi link
    http://www.google.com/search?q=Disabl e+Right+Click+w ith+Javascript

    thanks
    Magi

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      Be aware that the so-called 'right-click' protection works only for the casual visitor!

      When client-side code is executing, it is running on MY pc, I can (if want to) address anything that is running on that pc. There is no way you can prevent that.

      Ronald :cool:

      Comment

      Working...