How to Setup a Counter to Your Web Page

 

Now you can add a counter to your web page for free. Check the following website:

www. siteflow.com

 

<Example>You can find more information from the Siteflow web site.

Step 1
Think of a countername and answer all questions as you see fit. After successfull processing your counter proceed to

step 2.
The countername may only consist of plain characters, thus no fancy characters like spaces (" "), comma's (",") or
understrike ("_"). Maximum countername size is 20 characters.

Step3.
Copy the following lines into the html code of your web page:

<!-- ************** HVBcount2e counter script start ************** -->

<a href=http://www.siteflow.com/hvb2e/stats.cgi?yourcountername>
<script language=JavaScript>
<!--
document.write('<img src="http://www.siteflow.com/hvb2e/counter.cgi?')
document.write('yourcountername,')
document.write(document.referrer,'" border=0></a>')
// Service : HVBcount2e
// Provider : Siteflow
// Address : http://www.siteflow.com/
// Countername : yourcountername
// -->
</script>
<noscript>
<img src="http://www.siteflow.com/hvb2e/counter.cgi?yourcountername,NoJavaScript"
border=0></a>
</noscript>

<!-- ************** HVBcount2e counter script end ************** -->