<%@ Language = JScript %> <% //Make sure that this page is not cached. Response.Expires = 0; %> Page Counter Page Counter Component
<% //Instantiate Page Counter component. var objMyPageCounter; objMyPageCounter = Server.CreateObject("MSWC.PageCounter"); //Determine the number of page hits. var intHitMe; intHitMe = objMyPageCounter.Hits("/iissamples/sdk/asp/components/PageCounter_JScript.asp"); //Output the number of hits to the page. Response.Write("

Times visited: " + intHitMe); %>

Click here to revisit Page