PDA

View Full Version : Javascript statistics



Flauvo
15-09-2005, 04:05 PM
Statistic's Code

Is there a javascript code for statistics like

Online :
Hits :
Browser :

All in one.

-JT-
15-09-2005, 05:04 PM
thats all php mate. Try somthin like www.google.com i think they have a tutorial for it

Anderman
15-09-2005, 05:32 PM
The browser details can be done in javascript

splintercell!
15-09-2005, 05:36 PM
You can find Browser in Javascript like so:


<script type="text/javascript">
document.write("<p>Browser's user agent header: ")
document.write(navigator.userAgent + "</p>")
</script>

Anderman
15-09-2005, 06:37 PM
Young splintercell has it covered
;)

Want to hide these adverts? Register an account for free!