<html>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<head>
<script>
function screenFull() {
// (c) br1 - 2001
if (document.all) {
// misuro lo schermo
sW=screen.width;
sH=screen.height;
// porto la finestra a 0,0 e misuro bordi
window.moveTo(0,0);
gL=window.screenLeft+2;
gT=window.screenTop+2;
// altre cose da eliminare...
gR=22; // scrollbar a destra
gB=49; // scrollbar sotto e status
// sorpresa!
window.moveTo(-gL,-gT);
window.resizeTo(sW+gL+gR,sH+gT+gB);
}
}
</script>
<SCRIPT LANGUAGE="JavaScript1.1">
function destro1(e) {
//Per NN dobbiamo usare WHICH
if (navigator.appName == 'Netscape' && (e.which > 1)){
return false;
}
{
return true;
}
}
function destro2(){
//Una funzioncina per IE e Mozilla
return false;
}
document.onmousedown=destro1;
document.onmouseup=destro1;
document.oncontextmenu = destro2;
</script>
</head>
<body onload="screenFull()">
<td align="middle" vAlign="top" width="457" height="42">
<p align="center">
[img]grafica.gif[/img]
prova
</p></td>
</body>
</html>

Rispondi quotando