Help for this page

Select Code to Download


  1. or download this
    <input type="radio" name="radio_search" value="All_of_Intranet">All of
    + Intranet 
    <input type="radio" name="radio_search" value="group_info">This Group
    
  2. or download this
    my $radio_search=param("radio_search");
    
    ...
        print "<br><br><a href=javascript:history.go(-1)>Back</a>";
        exit();
    }