i need help to protect my website to block user to copy any data from my website.Is some code or i can pay for this modification
You can change your selection bg color to transparent and disable right click.
As far as the blocking, not a chanse. Even the NSA and the pentagon can't keep people from copying stuff/saving them. Read in the newspaper yesturday that yahoo and xbox (kinect) pobably was hacked.
This is how it's done.
<scriptlanguage="javascript">document.onmousedown=disableclick;status="Right Click Disabled";Functiondisableclick(event){if(event.button==2){alert(status);returnfalse;}}</script>