scrivo così ma non va:
codice:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nuova pagina 1</title>
<LINK href="stile.css" type=text/css rel=stylesheet>
</body>
</html>
<SCRIPT language=JavaScript>
function avviso() {
var larghezzaok="1024";
var altezzaok="768";
if (screen.width!=larghezzaok || screen.height!=altezzaok) {
alert("Messaggio");
}
</SCRIPT>
</head>
<body onload="avviso();">
</body>