Re: [html-formfu] How to make AJax style drop down box

2007-08-02 Thread Carl Franks
On 10/07/07, kewei xiao <[EMAIL PROTECTED]> wrote: > Thank you for the hint. now I have another problem that my customized > province and state drop down box can't get data from database. > Also select box labels ( 'Province' or 'State' ) are dynamically > changed. Can I archive that in my custo

[html-formfu] How to make AJax style drop down box

2007-07-10 Thread kewei xiao
Thank you for the hint. now I have another problem that my customized province and state drop down box can't get data from database. Also select box labels ( 'Province' or 'State' ) are dynamically changed. Can I archive that in my customized select box? below is my code: use strict; use wa

Re: [html-formfu] How to make AJax style drop down box

2007-07-10 Thread Carl Franks
On 09/07/07, kewei xiao <[EMAIL PROTECTED]> wrote: I have 3 drop down box, country, province, state. I am not sure how HTML::FormFu can make them Ajax style chained drop down box. initially province and state are not visible to user. e.g If I choose canada, the province drop down box will pop

[html-formfu] How to make AJax style drop down box

2007-07-09 Thread kewei xiao
I have 3 drop down box, country, province, state. I am not sure how HTML::FormFu can make them Ajax style chained drop down box. initially province and state are not visible to user. e.g If I choose canada, the province drop down box will pop up, otherwise state drop down box will pop up.