Solucionado gracias soo habia que poner el
Código PHP:
echo "<h2>"; //este me estaba jodiendo al ponerlo dentro del form
echo "<form name='imprimir' action='class/printnew.php' target='POPUP' onClick='javascript:window.open(\"class/printnew.php?p=".$this->id."\",\"POPUP\",\"width=577,height=445,scrollbars=yes\");return false;' method='post'> ";
echo " ".$this->title." ";
echo " <input type='hidden' name='noticia' value=".$this->id.">
<input type='image' value='submit' name='boton' src='/images/print.jpg'>
";
echo "</form>";
antes de qu e empiece el form.
Salu2