? : Published | ? ID: 59945 |
Description: Put the code below under the head tag.No right click, which doesnt let people like, let people see your page code, or save anything that right click allows people to take stuff from your page.
[js]<script language="Javascript">
<!-- var popup="Sorry, right-click is disabled.nnThis Site Copyright ©2006"; function noway(go) { if
(document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers)
{ if (go.which == 3) { alert(popup); return false; } } } if (document.layers)
{ document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // -->
</script>[/js]
Note: This will not stop advance users from going around and getting access to your code.
Hh Guest