Guarda, questo è il mio codice, dove inseriresti il tuo?
Io ciò provato, ma mi fa casino, se hai tempo, prima prova la mia pagina, così puoi capire che cosa vorrei.
<html>
<head>
<script>
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
document.onclick=hidestatus
</script>
<script language="JavaScript">
<!--
defaultStatus = "Download"
//-->
</script>
<title>Download documentazione tecnica moduli wireless Siemens</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<style type="text/css">
<!--
BODY {
SCROLLBAR-BASE-COLOR: #98ACC8;
SCROLLBAR-ARROW-COLOR: #ffffff;
}
-->
<!--
<!--
.date { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FF9900}
.testo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000}
.unnamed1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-transform: capitalize; color: #FFFFFF; text-decoration: none; font-style: normal}
.unnamed2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; text-transform: capitalize; text-decoration: underline}
.Testo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none }
.TestoLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #0000CC; text-decoration: underline}
.titoli { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-transform: capitalize; color: #FFFFFF; text-decoration: none; font-style: normal }
.Link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: underline; font-weight: normal; color: #0000CC}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<script language="JavaScript1.2">
<!-- Start
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("Il tasto destro del Mouse è disabilitato");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// end -->
</script>
</body>
</html>
Ciao