Código PHP:
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 "<h2>".$this->title." ";
echo " <input type='hidden' name='noticia' value=".$this->id.">
<input type='image' value='submit' name='boton' src='/images/print.jpg'>
";
echo "</form>";
El problema es :
Cuando cierro el popup y hago click en cualquier parte de la web nuevamente vuelve a abrir el mismo popup , y asi , no para ¬¬.
Como se puede hacer , tiene algo que ver con el foco o algo de eso o falt aalgun parametro , o esta mal el codigo?
Salu2