Help for this page

Select Code to Download


  1. or download this
    <script>
    function getReport3(){
    ...
    <input type='radio' name='outputType' id='outputTypePDF' value='pdf' >
    +<label for='outputTypePDF'>PDF</label>
    <input type='button' value='Search' onclick='getReport3()' >
    </form>
    
  2. or download this
    use CGI ':standard';
    use CGI ':cgi-lib';
    ...
        return $html;
    }