Click to See Complete Forum and Search --> : counters counters counters


xataku_nakusute
07-23-2003, 05:51 AM
i apologize, for i have already posted a thread on this, however, i need to know how to produce the javascript code for a counter...the free counter services i have tried werent exactly all that "great"..

thanx

requestcode
07-23-2003, 06:42 AM
Unless you want to do something like this:
http://www.javascriptkit.com/script/script2/personalcount.shtml

You can't use javascript for a hit counter. JavaScript cannot write to files or read from them. You need to use a server side language such as PHP or Perl to perform that function.

xataku_nakusute
07-23-2003, 03:32 PM
thank you for the info

sciguyryan
08-11-2003, 06:27 AM
hi,


<TABLE BORDER=4><TR><TD>
<APPLET CODEBASE="http://www7.counter.bloke.com/c/"
CODE="Counter.class" WIDTH=75 HEIGHT=20>
<PARAM NAME=URL VALUE="your adress here">
<PARAM NAME=reset VALUE="0">
<PARAM NAME=img VALUE="/c/default-black-red.gif">
</APPLET></TD></TR></TABLE>