Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/12/2011, 09:41
ivomat
 
Fecha de Ingreso: abril-2005
Ubicación: colombia
Mensajes: 242
Antigüedad: 19 años
Puntos: 0
dhtmlx pais-ciudad

Hola a todos , alguien sabe utilizar dhtmlx para hacer el combo anidado de pais , ciudad . Por ahora me salen los paises pero me falta sacar la ciudad.

{type: "block", list:[
{type: "label", offsetTop:8, label: "Departamento"},
{type: "combo", name:"id_depto", connector: "./xml.php?accion=depto" , inputWidth: 200}
]},

{type: "block", list:[
{type: "label", offsetTop:8, label: "Ciudad"},
{type: "combo", connector: "./xml.php?accion=ciudad&id_depto="+id_depto , inputWidth: 200}
]},

gracias
__________________
:aplauso: Ivomat