Help for this page

Select Code to Download


  1. or download this
    $User = $Request->item("Login")->item();
    $Site = $Request->item("Site")->item();
    ...
    my @baseurl=$baseurl;
    tHelp(@baseurl,@startpoint);
    
  2. or download this
    sub tHelp
      {
    ...
    }
    
  3. or download this
    if ( $Request->ServerVariables("SERVER_NAME")->item() =~ /tempohelp/ )
    + {
            my $toc_file = ( $Session->{'usrType'} eq 'Pro' ) ? 'e:\Suppor
    +tWeb\Content\HELP\PRO\TOC.html' : 'e:\SupportWeb\Content\help\tpo\def
    +ault\TOC.html';
    ...
            }
            $content .= '</leftIndex>';    
        }