Hi Kornel,

What is interesting is that once I signed up I found this information under 'generate your code', where they have two options for the code (standards compliant and xhtml). I had no clue looking at the web site that they even had this (maybe it was there but I was in a rush)...Here is what they said on the web site (once I sign in):

-W3C Compliant (You can check this as an option)
Maintaing correct line breaks in your code are crucial if you want to use W3C valid HTML. If you are just worried about your counter working all the time then don't tick this box.


-xhtml compliant (You can check this as an option)
99% of users will not need this option. Unless you are specifically familiar with XHTML code don't tick this option as you may get unintended validation errors.


-The following code is supposed to be html and w3c compliant (I checked both boxes)
<!-- Start of StatCounter Code -->
<script type="text/javascript">
<!--
var sc_project=XXXXXX;
var sc_partition=X;
var sc_security="XXXXXXX";
//-->
</script>


<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js";></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/";><img class="statcounter" src="http://c5.statcounter.com/counter.php?sc_project=XXXXXXX&amp;amp;java=0&amp;amp;security=XXXXXXX"; alt="free web site hit counter" /></a></div></noscript>
<!-- End of StatCounter Code -->


What do you think?

Cheers

Lisa

At 01:54 PM 2/16/2005 +0000, you wrote:
http://www.statcounter.com/

I haven't found any tracker code on their website, but there is a typical problem with real XHTML and trackers - document.write doesn't work.Most of them get information using JS and then generate img/script tag using document.write. That won't work in XML mode, and DOM must be used. -- regards, Kornel Lesi�ski


******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to