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
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
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
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.