Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/01/2007, 12:52
netserver
 
Fecha de Ingreso: mayo-2006
Mensajes: 288
Antigüedad: 18 años
Puntos: 4
Re: error abrir ventana

Este codigo te seria util.
Código HTML:
<p><a onclick="window.open('', 'popup', 'width=300,height=400,top=200,left=200,resizable=0,scrollbars=1,menubar=0,toolbar=0,status=yes,location=0')" href="cliente.php?id_firm=<?=$resultado['id_firm']?>" target="popup">  
<?=$resultado['name_firm']?></a></p>