Web page The prohibition of copying is mainly implemented through JavaScript.
ondragstart="return false" onbeforecopy="return false" oncopy=document.selection.empty() onselect=document.selection.empty( )> -------------------------------------------------- --- JS to prevent copying ---------------------------------------- ----------