Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/04/2005, 10:06
karpoj23
 
Fecha de Ingreso: diciembre-2003
Ubicación: Málaga
Mensajes: 495
Antigüedad: 20 años, 5 meses
Puntos: 0
ya lo pude solucionar... era debido a:

print "<form method='post' action='terrenos1.php' target='fondo' onSubmit=\"javascript:window.open('terrenos1.php?i j=$recib',' popup9','toolbar=no,scrollbars=yes,location=no,sta tus=no,resizable=yes, width=650,height=300,top=0,left=0')";

le faltaban al final

print "<form method='post' action='terrenos1.php' target='fondo' onSubmit=\"javascript:window.open('terrenos1.php?i j=$recib',' popup9','toolbar=no,scrollbars=yes,location=no,sta tus=no,resizable=yes, width=650,height=300,top=0,left=0')\" >";

Era la barra nada mas :s, gracias. Lo hice como dijistes cluster, viendo el codigo resultante. GRacias