Help for this page

Select Code to Download


  1. or download this
        if ($Config{'redirect'}) {
            print "Location: $Config{'redirect'}\n\n";
        }
    
  2. or download this
        if ($Config{'redirect'}) {
            print "Window-target: _top\n";
            print "Location: $Config{'redirect'}\n\n";
        }