Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #
    ...
        print "Server local time is $ltime";
        exit;
    }
    
  2. or download this
    body {
            background:  #ffcfff;
    ...
    .factor {
            background:  yellow;
    }
    
  3. or download this
    
    //
    ...
        var text   = "The server says: <b>" + result + "</b>";
        $('#info').html(text);
    }