in reply to
popup_menus retaining values across queries
Keeping the last submitted value is a feature of
CGI
. Try
$cgi->delete("CHOICE");
before creating the popup menu.
Comment on
Re: popup_menus retaining values across queries
Download
Code
Replies are listed 'Best First'.
Re^2: popup_menus retaining values across queries
by
simonz
(Sexton)
on Sep 01, 2014 at 12:56 UTC
thanks, it has worked.
[reply]
In Section
Seekers of Perl Wisdom