Ienākt mājas lapā
Sakums
Forums
Raksti
Faili
Kontakti
Foto
Radio
[ Jaunas vēstules · Dalībnieki · Foruma noteikumi · Meklēšana · RSS ]
  • Lappuse 1 no 1
  • 1
Когда жмёшь на правую кнопку мыши ничего не происходит...
EdgarsДата: Trešdiena, 2009-06-17, 6:27 PM | Сообщение # 1
[ ]
Code

<script language="javascript" type="text/javascript">  
<!--  
function right(e) {  
if ((document.layers || (document.getElementById && !document.all)) && (e.which == 2 || e.which == 3)) {  
//alert("© Copyright by NewFilms");  
return false;  
}  
else if (event.button == 2 || event.button == 3) {  
//alert("© Copyright by NewFilms");  
return false;  
}  
return true;  
}  
if (document.layers){  
document.captureEvents(Event.MOUSEDOWN);  
document.onmousedown = right;  
}  
else if (document.all && !document.getElementById){  
document.onmousedown = right;  
}  
document.oncontextmenu = new Function("return false");  
// -->  
</script>  

  • Lappuse 1 no 1
  • 1
Meklēšana: