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

Feedback on: irt.org FAQ Knowledge Base Q106

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


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.