Can any one have idea how to disable right click on pdf which is embedded in iframe.
I am using this:
oncontextmenu="return false" onselectstart="return false" ondragstart="return false"
but it is disabling the rightclick only other part of webpage not on iframe.
Please help me. Thanks in advance!!