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

Feedback: irt.org FAQ Knowledge Base Q106

Feedback on: irt.org FAQ Knowledge Base Q106

Sent by Joe Barta on October 20, 1999 at 14:00:37: - feedback #529

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
Javascript CAN do counters...
http://junior.apk.net/~jbarta/megacounter/
;-)





Sent by Jorrit Waalboer on January 31, 2001 at 11:24:03: - feedback #2314

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>


©2018 Martin Webb