wishartz has asked for the wisdom of the Perl Monks concerning the following question:
The values array has a list of hosts in it and one of those is other, I would like the user to be able to choose other as an option and a text box would appear, allowing them to type in the name of the machine. Can anybody help please?$html .= popup_menu ( -name => $obj, + -values=>\@machines);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I display a textbox only if a certain value is selected from a dropdown list
by lostjimmy (Chaplain) on Aug 19, 2009 at 15:53 UTC | |
by wishartz (Beadle) on Aug 19, 2009 at 16:03 UTC | |
by Utilitarian (Vicar) on Aug 19, 2009 at 16:08 UTC | |
by lostjimmy (Chaplain) on Aug 19, 2009 at 18:43 UTC | |
|
Re: How do I display a textbox only if a certain value is selected from a dropdown list
by sanku (Beadle) on Aug 21, 2009 at 11:07 UTC |