![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have been using dreamweaver for a while but I still have not found a way to out in a hit counter. I need help, hopefully fast and would appreciate any advice. I would like to do this the most simple way possible but if neccissary CGI or javascript. Thanks in advance. Please help! |
#3
| |||
| |||
|
|
I have been using dreamweaver for a while but I still have not found a way to out in a hit counter. I need help, hopefully fast and would appreciate any advice. I would like to do this the most simple way possible but if neccissary CGI or javascript. Thanks in advance. Please help! |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Here is the code I used for a hit counter on my web page. You will need the following: 10 images (0-9) (located in filelocation/images/) blank counter.txt file in the same directory as this script: |
#6
| |||
| |||
|
|
Hmmm... Here's one that's a bit easier. ;-) |
|
script type="text/javascript" document.write('You are visitor number '+ Math.ceil(Math.random()*1000000)); //document.write(Math.ceil(Math.random()*1000000)); /script |
#7
| |||
| |||
|
|
And probably as accurate... |
![]() |
| Thread Tools | |
| Display Modes | |
| |