סרב וואב

סקריפטים ביטול לחיצה ימיני + הודעה

<code><html> <body> <script language="JavaScript"><!–

function right(e) {

if (navigator.appName == 'Netscape' &&

(e.which == 3 || e.which == 2))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' &&

(event.button == 2 || event.button == 3)) {

alert("&#1499;&#1488;&#1503; &#1514;&#1497;&#1499;&#1514;&#1489;&#1493; &#1488;&#1514; &#1492;&#1492;&#1493;&#1491;&#1506;&#1492; &#1513;&#1488;&#1514;&#1501; &#1512;&#1493;&#1510;&#1497;&#1501;");

return false;

}

return true;

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;

//  End –>

// –></script> </body> </html></code>

 

דילוג לתוכן