Lietotāju sarunas
BUZZ AMATU MEKLĒJUMOS | KONKURSS! IESPĒJA IEGŪT ESKLUZĪVU REKLĀMAS VIETU PORTĀLĀ!
Atlikušie simboli: 200

  • Lappuse 1 no 1
  • 1
Forums » uCoz sistēma » Skripti » Labās peles pogas aizliegums
Labās peles pogas aizliegums
wuxmachine Pievienots: Pirmdiena, 12.01.16, 14:39 | Ieraksts # 1 Offline

Ieraksti: 1081
GENERALISSIMO
Ievietojam šo skriptu tur, kur vēlamies, lai nevarētu "uzspiest" labo taustiņu, ja visās lapās, tad top part of the website kaut kur augšā - /panel/?a=tmpl;m=1;t=AHEADER

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>


Iznākums: Uzspiežot labo taustiņu neparādīsies nekas, pat ne paziņojums par to, ka konkrētajā lapā labā taustiņa darbība aizliegta.



 
Forums » uCoz sistēma » Skripti » Labās peles pogas aizliegums
  • Lappuse 1 no 1
  • 1
Meklēšana: