Admin DueLLoYöneticisi
Mesaj Sayısı : 928 Doğum tarihi : 06/07/90 Yaşı : 34 Nerden : Antalya İş/Hobiler : Webtasarım - Öğrenci Lakap : Site sahibi Rep Puanı : 735008
| Konu: Sağ Tıklamayı Yasaklama ! Cuma Ara. 04, 2009 8:36 pm | |
| Kullanıcılarınızın sayfa içerisindeki linklere sağ tıklamasını bu uygulama ile engelleyebilirsiniz. - Kod:
-
<html> <head> <title>..: No right click from Moralesd :..</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" link="#FF0000">
<table width="25%"> <tr><td><a href="#">Test it here...make a right click!!! </a></td></tr> </table>
<script language="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||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
</script> </body> </html>
| |
|