JavaScript error on page load

Post your Click counter digestion problems here
Post Reply
Jesper Møller
Posts: 8
Joined: Thu May 25, 2006 5:16 pm

JavaScript error on page load

Post by Jesper Møller »

Script URL: http://www.jart.dk/jgom/componenter/ccounter/index.php
Version of script: PHP Click counter 1.1
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: scrip, error and more

Write your message below:


Im trying to install the ccount on my site, It works fine, the the counter counts the numbers as it shud (I can see that it works in th Admin panel) But on the page where the download/links, that are being counted is, i get 2 javascript errors.

The first error i get is form the head script:

line: 13
Char: 8
Error: expected ';'


The second i get is from the part where the numbers of download shud have being showd (Proberly becaus of the first erro ?)

line: 87
Error object expexted

here is the page with the errors http://www.jart.dk/jgom/actions.html

Hope you can help me out her :cry:
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

In your HEAD tag you call

Code: Select all

componenter/ccounter/click.php
It should be

Code: Select all

componenter/ccounter/display.php
Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Jesper Møller
Posts: 8
Joined: Thu May 25, 2006 5:16 pm

Post by Jesper Møller »

:oops: Thank you :oops:


Think i need galsses :shock:
Post Reply