Galera.. esta dando um erro no meu script.. v c alguém pode me ajudar: www.jestt.com/fotos/index.php Código do INDEX.PHP <html> <head> <title>Documento sem título</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language=JavaScript> <!-- function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=no' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } //--> </SCRIPT> </head> <body> <?php include("config.php"); $sql = mysql_query("SELECT * FROM eventos"); while($i = mysql_fetch_array($sql)){ ?> <a onclick="NewWindow(this.href,'name','550','385','no'); return false;" href="site/index.php?show=<? echo $i[id_evento]; ?>"> <font color="#000000"><strong><? echo $i[nome_evento]; ?></strong></font></a> <? echo ' '; echo $i[data_evento]; echo '<br>'; } ?> </body> </html> preciso urgentemente d ajuda... flww []'s