Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/03/2008, 11:07
Avatar de EmaD
EmaD
 
Fecha de Ingreso: marzo-2008
Mensajes: 93
Antigüedad: 16 años, 11 meses
Puntos: 2
Re: Problema formuario + popup , foco o no se que

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."&nbsp;";
                        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