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