scusate... lo so che sarà una banalità, ma ho bisogno di avere risposte x poi concentrarmi sugli altri problemi.
codice:
function launch(w,h) {
var x = 10;
var y = 10;
window.open ('news.php', 'Fargo News', 'left=' + x + ',top=' + y + ',width=' + w +',height=' + h + ',toolbar=no, status=no, resizable=no');
}
//-->
</script>
</head>
<body bgcolor="#C6C4B0" style="margin-top:0px; text-align:center" onload="javascript:launch(300,300)">
xkè questo js funge sotto ff e invece sotto IE dice che c'è un errrore nella pagina?
grazie
Ale