Page 1 of 1

error on page load

Posted: Sun Mar 27, 2005 7:21 pm
by albert
ok, i setup a testid and put the javascript code in the page where I want the counter to show up but when i load the page it gives me a error:

Error

A runtime error has occured
Line 116
Error: Object Expected

Yes I do have the javascript src in the head of the page but does it need to have the
<!--
//-->

under it like in the readme?

al

Posted: Sun Mar 27, 2005 7:56 pm
by Klemen
Hello,

No, the
<!--
//-->
is optional, but recommended so browsers who don't support Javascript won't display the Javascript code.

As for the error I can't really say anything until I see your page.

Regards