Help for this page

Select Code to Download


  1. or download this
        $q->div( { -class => "text" }, "Folder Name : ",
    
    ...
    
        $q->br,
        $q->br,
    
  2. or download this
    function getReportName(){
            var folder_name_id = document.getElementById('folder_name_id')
    +.value;
    ...
    
         };
      };