Re: combo boxes + Perl

2008-07-16 Thread Rob Dixon
elavazhagan perl wrote: > > Thanks man...Like babbling ,I have coded for my requirementPlease > have a glance on the portion of my code . > Now almost I got the solution...trying to optimize it... > > *Note: > *The value of $ country_code is obtained by the following line * >

Re: combo boxes + Perl

2008-07-15 Thread elavazhagan perl
Hi Rob... Thanks man...Like babbling ,I have coded for my requirementPlease have a glance on the portion of my code . Now almost I got the solution...trying to optimize it... *Note: *The value of $ country_code is obtained by the following line * my $country_code = $cgi->param

Re: combo boxes + Perl

2008-07-14 Thread Rob Dixon
elavazhagan perl wrote: > > I have two combo boxes in which the first one is used for choosing the > Regions and the second one is for the corresponding countries. > I would like to do this with Perl and html without importation any modules > and eventhough it is better by Javascript. > > I am

combo boxes + Perl

2008-07-14 Thread elavazhagan perl
HI... I have two combo boxes in which the first one is used for choosing the Regions and the second one is for the corresponding countries. I would like to do this with Perl and html without importation any modules and eventhough it is better by Javascript. I am getting the pull down menu value