Nieuw lid |
|
Weet iemand hoe je met behulp van een JavaScript een tellerscript kan maken? Je plaatst dus op alle pagina's dat scriptje (in plaats van een bestand te includen met PHP!) dat ervoor zorgt dat er geteld wordt.
Voorbeeld:
<!-- Begin MyStats.nl code -->
<a href="http://www.mystats.nl" target=_blank>
<img src="http://www.mystats.nl/icon3.gif" alt="Website statistieken" border=0></a>
<script src="http://www2.mystats.nl/include.js"></script>
<script> mystats(0,00000,'naam','2',''); </script>
<noscript> <img src="http://www2.mystats.nl/c/i/nojs?c=00000">
<a href="http://www.mystats.nl">Website statistieken</a> </noscript>
<!-- Eind MyStats.nl code -->
<!-- Begin MyStats.nl code --> <a href="http://www.mystats.nl" target=_blank> <img src="http://www.mystats.nl/icon3.gif" alt="Website statistieken" border=0></a> <script src="http://www2.mystats.nl/include.js"></script> <script> mystats(0,00000,'naam','2',''); </script> <noscript> <img src="http://www2.mystats.nl/c/i/nojs?c=00000"> <a href="http://www.mystats.nl">Website statistieken</a> </noscript> <!-- Eind MyStats.nl code -->
|