Dynamic?  In a web page, you have to use JavaScript (or another web 
scripting language) to effect changes in real time to your page.  That 
discussion would be beyond the scope of this list, but if you want some 
help on this, email me.

At 11:43 06.07.2001 +0200, Jorge Goncalvez wrote:
>Hi , I wanted to do a dynamic menu ie when a user select the language I 
>want to
>change the title of the labels with the right traduction.
>
>They can choose with checkbuttons 2 language, i Tried this:
>
>if ($GENERIC eq 'true'){
>         $language='Client Ethernet adress';
>                         }
>
>if ($FRENCH eq 'true'){
>         $language='Adresse Ethernet du Client';
>                         }
>
>$mw->Label(-textvariable=>\$language)->pack(-anchor=>'w');
>
>
>------Menu subroutines
>
>......
>
>my $cc = $mnu1->cascade(-label=>'~Language');
>
>$cc-> checkbutton (-label=>'Generic Alcatel', -variable => \$GENERIC);
>$cc-> checkbutton (-label=>'French', -variable => \$FRENCH);
>
>
>But now I have nothing displayed,neither Client ethernet adress nor Adresse
>Ethernet du Client.
>
>Why ? Thanks

Aaron Craig
Programming
iSoftitler.com

Reply via email to