|
カウンターの付け方について簡単に説明します。
ところで、あなたは という具合に、<html>タグの中に
右のhtmlは今皆さんがご覧になっている、この
|
<html>
<head> <title>カウンター説明</title> <body bgcolor=white> <center> <img src=cou.GIF> <p> カウンターの付け方について簡単に説明します。 </center><p> <hr width=75%> <p> ところで、あなたは <img src="/cgi-bin/Count.cgi?dd=A&df=uncle.dat"> 人目のお客様です<br> そして今日は <img src="/cgi-bin/Count.cgi?display=date&dformat=ddmmyy"> です<br> ちなみに今の時間は <img src="/cgi-bin/Count.cgi?display=clock"> です<br> <p> </center> という具合に、<html>タグの中に<br> 時刻のタグ<br> <font color=red> <img src="/cgi-bin/Count.cgi?display=clock"></font> や<br> 日付のタグ<br> <font color=red> <img src="/cgi-bin/Count.cgi?display=date&dformat=ddmmyy"></font> そして<br> カウンターのタグ<br> <font color=red> <img src="/cgi-bin/Count.cgi?dd=A&df=uncle.dat"></font> を<br> 書くことで、それらを表示することができます。<br> <p> ちなみに、カウンターのタグの中の<br> 【df=uncle.dat】の【uncle】の部分を、あなたの【ユーザー名】<br> 例えば、あなたのユーザー名が【taro】(taro@sip.or.jpのtaro)の<br> 場合は<br> <img src="/cgi-bin/Count.cgi?dd=A&df=taro.dat"> とすることで<br> よいのです。<br> <p> </body> </html> |