Hi!
I'm writing a "text counter" script in Perl and want to use it on pages with the help of Javascript:
<SCRIPT LANGUAGE=JavaScript SRC=
In the source code I used:
...
print "document.write('$count')";
...
When I call the counter with Javascript as mentioned above it does count the visitor but the count number isn't displayed on the HTML page. Any idea why?
Thanks in advance!
I'm writing a "text counter" script in Perl and want to use it on pages with the help of Javascript:
<SCRIPT LANGUAGE=JavaScript SRC=
In the source code I used:
...
print "document.write('$count')";
...
When I call the counter with Javascript as mentioned above it does count the visitor but the count number isn't displayed on the HTML page. Any idea why?
Thanks in advance!