Hidden counter

  • Thread starter Thread starter Carsten Witt
  • Start date Start date
C

Carsten Witt

I am trying to make a counter which is unvisible on one page and viewable in
another.

MS Technet has a strange solution to this including use og Notepad which is
useless.

In FP2002, is it not possible to hide a counter on a "public" page and then
have the same counter on a "private" page (counter without increasement
(incr=0) ) ?

regards
Carsten
 
You can hide a hit counter on a page.
It requires making a custom 1 pixel by 1 pixel
gif image and using it as the "custom" image when
you install the hit counter on the page where it is
to be "invisible."

You then paste the following in the page where you
want the counter to appear, in html view:
<img src="_vti_bin/fpcount.exe/?Page=pagename.htm|Image=4" alt="Hit
Counter">

Note 1. pagename.htm needs to be the name of the page with the invisible
counter.
Note 2. Change Image=4 to the number of the hit counter image you want to
use.
ie, Image=3 or 2 etc, etc.

Note 3, The counter will increment each time the "invisible"
page is viewed, and also each time the visible page is viewed.
It is not possible to change this behavior.
 
Back
Top