[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Отмена правой кнопки мыши на сайте
W1NSTON Дата: Вторник, 24.01.2012, 20:56 | Сообщение # 1
๖ۣۜβîğگҜĩŁĻ۰۪۫٭۪۫۰
Сообщений: 276
Награды: 6
При этом скрипте, на сайте не будет нажиматься правая кнопка мыши.

Этот код вставить в верхнюю часть сайта
Code
<script type="text/javascript">  
var message = "";  
function clickIE()  
{  
if (document.all) (message);  
return false;  
}  

function clickNS(e)  
{  
if (document.layers || (document.getElementById && !document.all))  
{  
if (e.which == 2)  
{  
(message);  
return false;  
}  
}  
}  

if (document.layers)  
{  
document.captureEvents(Event.MOUSEDOWN);  
document.onmousedown = clickNS;  
}  
else  
{  
document.onmouseup = clickNS;  
document.oncontextmenu = clickIE;  
}  

document.oncontextmenu = new Function("return false");  
</script>
  • Страница 1 из 1
  • 1
Поиск: