ciao
ho un problema
mi serviva aprire un pop up allora nel mio html ho messo


<script language="JavaScript">
<!--
function openBrWindow(image,winName,attributes) { //v2.0
design = 890;
mediana = 700;
posX = Math.floor((screen.width-design)/2);
posY = Math.floor((screen.height-mediana)/2);
attributes = "toolbar=0,scrolling=0,resizable=0,status=0,menuba r=0,noresize=1";
window.open(image,winName,attributes + ",width=" + design + ",height=" + mediana + ",screenX=" + posX + ",screenY=" + posY + ",top=" + posY + ",left=" + posX);
}
//-->
</script>


poi ho fatto un collegamento ...

<td class="copyright" ><div align="center">AC-DESIGN
version 0.2 OTTOBRE 05 InternetExplorer - popup attivi
</div></td>


secondo voi dov'è l'errore? se pubblico la pagina e avvicina il mouse al collegamento mi dice che c'è un errore nell'esecuzuzione
mi chiede se voglio fare il debug riga:52 errorerevisto oggetto

io non ci capisco nulla.-....

grazie ciao