Help for this page

Select Code to Download


  1. or download this
     if ($Request->item("Tab")->item() eq "Help")
          {
    ...
            $content .= '</leftIndex>';
            
        }
    
  2. or download this
    sub tHelp
      {   
    ...
    
    return $str;
    }