Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q106, January 31, 2001 at 11:24:03:

You are here: irt.org | About | Feedback | 2314 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q106

Sent by
Jorrit Waalboer on January 31, 2001 at 11:24:03:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
Using CGI and Javascript, it's possible to have a external page counter without having to use an image. (Think of the possibilities of using HTML markup tags!)

#!/usr/bin/perl
print "Content-Type: text/javascript\n\n";
# read and update $counter here
print "document.write($counter)\n";
print "// (c) Blah blah blah";

<script src="blah.cgi"></script>


Other feedback on 'irt.org FAQ Knowledge Base Q106' - show all

©2018 Martin Webb