Ochrana proti kopírovaniu

 
Script <SCRIPT LANGUAGE=vbscript><!--
Sub document_onmousedown
if window.event.button=2 then msgbox "Na tejto stránke sa nepoužíva pravé tlačítko!",,"Upozornenie!"
End Sub

Sub document_onselectionchange
document.selection.empty
End Sub

Sub document_onkeydown
if window.event.shiftKey then msgbox"Ani takto to nepôjde",,"Upozornenie!"
End Sub
--></SCRIPT>

Pokús sa na tejto stránke niečo skopírovať.