--------------------------------------------------------
weebies - La lista su Web Design
e Web Development
http://www.weebies.com
Attualmente gli iscritti a Weebies sono 1051
***31-01-01: un nuovo annuncio pubblicato nella sezione recruitment
del sito di weebies
http://www.weebies.com/weebies2/elenco.asp
--------------------------------------------------------
Per disabilitare il tasto dx del mouse:
inserisci nel tag <head> della pagina questo script
<script language="JavaScript">
<!-- Hide from old browsers
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney ([EMAIL PROTECTED])
// JavaScript Made Easy!! - http://www.easyjavascript.com
document.onmousedown = checkClick
if (document.layers){
document.captureEvents(Event.MOUSEDOWN)
}
function checkClick(ev) {
if (navigator.appName == "Netscape"){
if (ev.which != 1) {
alert("Right click has been disabled.") // You can delete this line if
you want return false
}
}
else{
if (event.button != 1){
alert("Right click has been disabled.") // You can delete this line if
you want return false
}
}
// -->
</script>
Enrico Tomaselli
>> web designer <<
[EMAIL PROTECTED]
http://www.metatad.it
+39/0818688279
--- weebies
**************************
--Tested by Weebies--
una nuova rubrica nel sito di Weebies. Contiene l'elenco dei siti che
la nostra community
ha testato e recensito nella sua attività (sono proprio tanti, me ne
sono accorto facendo la raccolta).
Grazie a tutti quelli che hanno proposto un sito a ai tanti che hanno
recensito i siti.
http://www.weebies.com/weebies2/tested.asp
**************************