disattivare tasto destro del mause

« Older   Newer »
  Share  
Ali-grafica
view post Posted on 21/10/2008, 12:06




ecco un ottimo metodo x nn far copiare nulla nei vostri siti "DISATTIVARE IL TASTO DESTRO DEL MAUSE"

come fare? inserire questo codice nella sezione: amministrazione>gestisci codice html> in cima al forum

CODICE
<script language="Javascript1.2">

// (C) 2000 www.CodeLifter.com

// http://www.codelifter.com

// Free for all users, but leave in this  header



// Set the message for the alert box

am = "INSERIRE QUI IL TUO AVVISO DI NN COPIARE";



// do not edit below this line

// ===========================

bV  = parseInt(navigator.appVersion)

bNS = navigator.appName=="Netscape"

bIE = navigator.appName=="Microsoft Internet Explorer"



function nrc(e) {

 if (bNS && e.which > 1){

    alert(am)

    return false

 } else if (bIE && (event.button >1)) {

   alert(am)

   return false;

 }

}



document.onmousedown = nrc;

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

if (bNS && bV<5) window.onmousedown = nrc;



</script>
<meta http-equiv="imagetoolbar" content="no">
<style>

-->
</style>
</head>



dove sta scritto: INSERIRE QUI IL TUO AVVISO DI NN COPIARE
inserite il vostro testo e attenti a nn cancellare nessuna "" ,o il codice si modifica e nn funziona bene
 
Top
the-rock-princess-93
view post Posted on 1/11/2008, 18:44




utilissimo grazie^^
 
Top
•Countless;
view post Posted on 28/12/2008, 12:08




grazie mille! molto utile
 
Top
*>>Billina_Spears<<*
view post Posted on 12/4/2009, 10:46




Grazie Aliii!!!!
Utilissimo,ho subito disattivato il tasto destro!
 
Top
<$§¥¢TÎRANNØ¢¥§$>
view post Posted on 3/6/2009, 17:29




ce un pikkolissimo problema
SPOILER (click to view)
basta premere shift+ i tasti direzionali e puoi copiare
 
Top
view post Posted on 3/6/2009, 18:20
Avatar

Nerd inside

Group:
Collaboratrici
Posts:
8,147
Location:
Pordenone

Status:


ihihihhi gia... infatti... ma questo non lo sanno tutti, per fortuna
 
Top
{• Miss Glitteryna~
view post Posted on 3/6/2009, 20:52




o anche
SPOILER (click to view)
CTRL+C dopo aver selezionato ciò che vuoi copiare xD
 
Top
Smashed Into Pieces
view post Posted on 17/6/2009, 14:50




scusate, ma esiste qualcosa x bloccare il tasto destro del mouse in live spaces??
 
Top
{• Miss Glitteryna~
view post Posted on 17/6/2009, 15:06




Che io sappia no..mi dispiace:(
 
Top
Lady_errol
view post Posted on 21/1/2010, 12:12




Se volessi inserire il blocco solo in una sezione?
 
Top
"A…"
view post Posted on 13/3/2010, 22:22




Che bello ora il mio forum ha un tocco "d'arte"!!!
 
Top
view post Posted on 12/10/2011, 19:21
Avatar

Member

Group:
Member
Posts:
321
Location:
Siracusa

Status:


purtroppo con firefox appena lo clicchi per 2 volte ti spunta se vuoi disattivare il messaggio .-.
 
Top
11 replies since 21/10/2008, 12:06   1510 views
  Share