in reply to cgi popup_menu when radio is selected

Hi. You will need to get the value passed in from the request and use it to supply which radio button should be checked. Tell us more and we can help you better.
  • Comment on Re: cgi popup_menu when radio is selected

Replies are listed 'Best First'.
Re^2: cgi popup_menu when radio is selected
by vit (Friar) on Feb 04, 2008 at 20:03 UTC
    I want it to be a dynamic page, so that request is not sent yet. And when XXX is checked
    <input type="radio" name="rad_server_type" value="xml">XXX; <input type="radio" name="rad_server_type" value="org">YYY;
    then this should be shown:
    print $q->popup_menu(-name=>'xml_server',-values=> \@array_of_selecti +ons);
    otherwise not. Something like "on....event" javascript