Come ti ho gia detto l'esempio funziona solo con IE, ma in effetti con il mio esempio IE da dei problemi, allora ho mescolato i due esempi e adesso funziona sia con IE NS FFOriginariamente inviato da medicinese
CIAO ANDREA, E GRAZIE X AVERMI RISPOSTO, MA HO PROVATO AD INSERIRE IL CODICE CHE MI HAI DETTO E NON SUCCEDE NULLA.
FORSE SBAGLIO QUALCHE COSA.![]()
NON SO SE HAI CAPITO A QUALE ARTICOLO MI RIFERIVO, QUINDI TI RIMANDO AD ESSO.
http://www.html.it/dhtml/14/index.html
Ricodati che comunque e un paliativo non puoi bloccare il salvataggio di un immagine dal momento che è visualizzata a video.codice:<script type="text/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("Spiacenti, il tasto destro del mouse e\' disabilitato"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; // End --> </script> </head> <body oncontextmenu="alert('Spiacenti il tasto destro del mouse e\' disabilitato');return false;">
![]()