Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/10/2007, 09:43
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: problema php y pop-up

Checa bien el string, no esta cerrado al final:
Código PHP:
echo "<td><a href=\"modifica_noticia.php?idNoticia=".$tabla['id_noticia']."\">modificar</a></td><td><a href=\"imprimir.php?idNoticia=".$idNoticia."\" target=\"_blank\" onClick=\"window.open(this.href, this.target, 'width=400,height=500'); return false;\">IMPRIMIR</a></td></tr>"
Saludos.