|
| |
Be_Link Counter
Link Tags After successfully installing Be_Link Counter on your website, you are ready to begin using Be_Link Counter. You need to begin by placing HTML tags in your existing web pages. The HTML tags are used when you want to count the times a link is clicked.
Place a similar link in an existing web page:
<a href="/cgi-bin/be_linkctr.cgi?link=/aboutus.html">About Us</a>
Use this format when you what to link to a site out side your website:
<a href="/cgi-bin/be_dlctr.cgi?link=http://www.mywebsite.com/info/index.html">My Info Site</a>
Display Tags
Pro Version Only!If after successfully installing Be_Link Counter on your website, you what to display the counts for a link on your web, you will need to place HTML tags in your existing web pages. The HTML tags are used when you want to display the counter on an HTML Page. Use this format when you have Server Side Includes:*
<!--#exec cgi="/cgi-bin/be_counter.cgi?display=/aboutus.html"--> <!--#include virtual="/cgi-bin/be_counter.cgi?display=/aboutus.html"-->
Use this format when you do not have Server Side Includes:*
<SCRIPT SRC="/cgi-bin/be_counter.cgi?display=/aboutus.html&mode=nossi"></SCRIPT>
Note the mode=nossi parameter.
| |
|