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

Re: tracking counterS on 1 page by Tom

Tom
Wed Jan 14 18:33:18 CST 2004

No.
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
"Tom" <anonymous@discussions.microsoft.com> wrote in message
news:0cd701c3dafe$9337ec90$a001280a@phx.gbl...
| 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



Re: tracking counterS on 1 page by Steve

Steve
Wed Jan 14 18:48:58 CST 2004

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

--
using 2k PRO but....95isalive
This site is best viewed............
.......................with a computer

"Tom" <anonymous@discussions.microsoft.com> wrote in message
news:0cd701c3dafe$9337ec90$a001280a@phx.gbl...
> 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