i'm having trouble opening a toolbar-less window in php via javascript. Is there another way to do it, or is my code wrong? Please help.. thanks.
printf("<a href='javascript:viewEntry('viewEntry.php?db=2&ID=%d');'>%s</a>", mysql_result($result,$x,"NewsID"),mysql_result($result,$x,"NewsHeadline")."<br>");
(given that the javascript function itself is working and tested fine, but it seems to be the quotes that's screwing the whole thing up. )