<script language="JavaScript"> <!-- /* */
var message="No Copy!"
function click(e) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // -->
</script>
---------------------------------------------------------------------------------------------
Ahol van a No Copy Felirat azt át is írhatod arra, amerre te akarod, hogy ha valaki lopni szeretne akkor az a szöveg jöjjön ki!Persze ne úgy csináld, hogy egy menübe rakod mert az gy nem fog menni, ki kell rakni jobb oldalra vagy bal oldalra!
Sok sikert! |