Ruud de Ruiter - 2007-09-20 01:00:46
I've installed gStats and get as far as this function:
function gStats_callPage(url,sleep) {
var elem= document.createElement('IMG');
elem.src=url;
if (sleep) gStats_sleep(900);
}
This should create an "image" but it's source is the gStats-store function.
... nothing is stored ...
The MySQL settings (there) are fine, but the software never gets so far.
If I insert an "exit;" just before the MySQL statements, it is NOT executed.
This all is like this for IE-6 and FireFox.
Any idea what is going wrong here?
Thanks already!
Ruud de Ruiter