tracking counterS on 1 page

T

Tom

I would like to display the .cnt file(s) info from 6
(working) counters onto 1 page. All the counters (&
files) are within 1 site.

When I use inline frames, iframe does not want to display
the counter file info in the frame, I'm prompted
to 'open' or 'save' only. (ie; 'index.htm.cnt' wants to
open rather than display on the page).
I cannot find a way to change the saved counter file
extention and would rather not copy to local.

Is there a way to display counter info from the .cnt
files within a webpage ?

TIA,
Tom
 
T

Tom Pepper Willett

No.
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
| I would like to display the .cnt file(s) info from 6
| (working) counters onto 1 page. All the counters (&
| files) are within 1 site.
|
| When I use inline frames, iframe does not want to display
| the counter file info in the frame, I'm prompted
| to 'open' or 'save' only. (ie; 'index.htm.cnt' wants to
| open rather than display on the page).
| I cannot find a way to change the saved counter file
| extention and would rather not copy to local.
|
| Is there a way to display counter info from the .cnt
| files within a webpage ?
|
| TIA,
| Tom
 
S

Steve Easton

Yes.
However realize that each time you view the page
each counter will increment by 1.
It takes a little hand coding in html view.
Here's how:
In html view paste this into the page one time for
each page counter:
<img src="_vti_bin/fpcount.exe/?Page=pagename.htm|Image=4" alt="Hit
Counter">

Change pagename in each line to reference the names of the pages.
Change the image number to change the available images.
the choices are 1 through 4

To use a custom image, that is in your images folder,
replace Image=4 with Custom=images/imagename.gif

imagename = the file name for the custom image.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top