I thought I could use the Page Counter Component to do this using
MyPageCounter.Hits(url);
but I cannot get it to work with any URL. I can get it to work with
the page the code is located in if I do not specify a URL, but I
cannot get it to work to keep track of the visits to other URLs, in
this case Excel and HTML reports my business group maintains.
Any help would be greatly appreciated.
Here is what I tried to do.
<%
Set MyPageCounter = Server.CreateObject("MSWC.PageCounter")
MyPageCounter.PageHit()
%>
This page has been visited
<%=mypagecounter.hits("d:/inetpub/wwwroot/web_project/folder/book1.xls")%>
times.<br>
HOW TO: Use the ASP PageCounter Component in FrontPage 2000
http://support.microsoft.com/?id=309008
HOW TO: Use the ASP PageCounter Component in FrontPage 2002
http://support.microsoft.com/?id=318275
-rwg
I do have access to MS SQL Server 7 so I thought I could simply use a
table for all download counters.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!