Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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>



Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.