Page 1 of 1

Posted: Thu Feb 16, 2006 10:17 am
by Klemen
That won't work, but this could do the job:

Code: Select all

<script language="Javascript">
var all = ccount_link[1]+ccount_link[2]+ccount_link[3];
document.write(all);
</script>
Add more ccount_link[NUMBER] as you wish.

Regards