Привет Гость!
Ты должен:
зарегистрироваться
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Отключение правой кнопки мышы
GryshaДата: Суббота, 12.06.2010, 11:28 | Сообщение # 1
Подполковник
Группа: Администраторы
Сообщений: 112
Репутация: 0
Статус: Offline
Отключение правой кнопки мышы
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
Поиск: