Example counter code
Place this code in the Header of your HTML source. The URL in the brackets, should
be the same as the one in the hit counter table above.
DON'T PUT THE HTTP://
You also need your page to be an .ASPX page and not a .HTM or .HTML
<script language="VB" runat="server">
Sub Page_Load
HitCounterSub("www.soutter.com/neal")
End Sub
</script>
|
In the location you want the counter to appear you need to put the following
code snippet:
<!----------------- Counter START ---------------->
<!-- #include file="../include/HitCounter.aspx" -->
<!------------------ Counter END ----------------->
|
|