Help for this page

Select Code to Download


  1. or download this
        function ajaxUpdateFName() {
          if(alreadyUpdating) {
              return;
    ...
          }
          srefresh.send(params);
        }
    
  2. or download this
    sub get_fname($self, $ua) {
    
        my $dbh = $self->{server}->{modules}->{$self->{db}};
    ...
                type    => "text/plain",
                data    => $jsondata);
    }