/ Published in: HTML
With this script, you can disable the copy and right click!
Expand |
Embed | Plain Text
<body onbeforecopy="return false" oncontextmenu="return false" oncopy="return false" ondragstart="return false" onselect="return false" onselectstart="return false">
Comments
Subscribe to comments
You need to login to post a comment.

with that script will be CTRL + U not function too...hehehe thanks for script
this script...sorry forget...hehehe <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>