解析用タグ
○SSIが使用可能の場合
<img src="http://・・・/MultiCounter/count.cgi?page=test/テスト&ref=<!--#echo
var='HTTP_REFERER'-->" width="0" height="0">
○SSIが使用不可能の場合
<script
type="text/javascript">
<!--
a1=window.parent.document.referrer;
document.write("<img src='http://・・・/MultiCounter/count.cgi?page=tset/tests&ref="+a1+"'
width='0' height='0'>");
//
-->
</script>
<noscript>
<img src="http://・・・/MultiCounter/count.cgi?page=test/テスト?page=tset/tests"
width="0" height="0">
</noscript>
○特にリファラー(リンク元)がいらない場合
<img src="http://・・・/MultiCounter/count.cgi?page=test/テスト"
width="0" height="0">
表示用タグ
合計:<img src="http://・・・/MultiCounter/count_put.cgi?page=test/テスト&type=total&len=6">
<BR>
今日:<img src="http://・・・/MultiCounter/count_put.cgi?page=test/テスト&type=today&len=4">
<BR>
昨日:<img src="http://・・・/MultiCounter/count_put.cgi?page=test/テスト&type=yest&len=4">
<BR>
で以下のように表示できます。
合計:
今日:
昨日:
== Multi Counter == created by<Feel The H2O>