Viewing File: /home/u103475381/domains/ondawebhost4.com.br/public_html/sistema-icm/js/funcoes/copyrights.js
/*window.onload = function() {
function desabilitarBotaoDireitoMouse()
{
alert ("Função desabilitada. Todos os direitos reservados.");
return false;
}
document.oncontextmenu = desabilitarBotaoDireitoMouse;
};*/
function noCopy(teclapress)
{
navigator.appName == "Netscape" ? tecla = teclapress.which: tecla = teclapress.keyCode;
var ctrl = teclapress.ctrlKey;
if (ctrl && tecla == 67) {return false;}
if (ctrl && tecla == 86) {return false;}
return true;
}
Back to Directory
File Manager