I have enter the below hit counter on a Window 2003 server and it will not work. The error message is Page cannot be displayed in web site.
But when I put it on my local PC it work fine. Can anyone tell me why.
Thanks
<%
Dim lngHits
Dim objCounter
Set objCounter = Server.CreateObject("MSWC.PageCounter")
objCounter.PageHit
lngHits = objCounter.Hits
Set objCounter = Nothing
%>
BLB - Always Grateful
A good friend will bail you out of jail. A true friend will be sitting at your side saying, "Boy - didn't we have fun?"
But when I put it on my local PC it work fine. Can anyone tell me why.
Thanks
<%
Dim lngHits
Dim objCounter
Set objCounter = Server.CreateObject("MSWC.PageCounter")
objCounter.PageHit
lngHits = objCounter.Hits
Set objCounter = Nothing
%>
BLB - Always Grateful
A good friend will bail you out of jail. A true friend will be sitting at your side saying, "Boy - didn't we have fun?"