
And and want to not paste HP text. Only so much to tinker with little <BODY> tag when OK. Prevents being copied without permission.
< BODY onCopy = > “alert (‘ comments / / ‘); return false; ” >
It isn’t explained.
alert (‘ comments / / ‘); This part is a string output when copies are made. Changing comments as you like. If not going to put out the message of alert is not needed.
Retrun false; false means the copy protected. This is so not want copies of no problem.
Is close to copy it in HP. If you have the opportunity to try it
< BODY onCopy = > “alert (‘ comments / / ‘); return false; ” >
It isn’t explained.
alert (‘ comments / / ‘); This part is a string output when copies are made. Changing comments as you like. If not going to put out the message of alert is not needed.
Retrun false; false means the copy protected. This is so not want copies of no problem.
Is close to copy it in HP. If you have the opportunity to try it