If your provider offers a CGI program for
an access counter, you can display the number of times your
Web page has been visited.
Related HTML tags | <IMG SRC= > |
![]() |
Before doing this task, check that your provider
offers the access counter service as well
as guidelines for specifying it in the HTML
file. The guideline might state, for example: Specify <IMAGE src="/cgi-bin/counter.cgi?id=hpb&n=1"> in the HTML source. (The text surrounded by " " differs depending on the providers.) If there is no such guideline, or if anything is unclear, ask your provider. |
![]() |
CGI program, written in Perl or C language A program written for exchanging data between a client and a server. It is often used when a server receives information--for example, questionnaires or orders--entered in a Web browser, and then processes it. |