You are not logged in.
hi,
i have a strange problem:
xinha works fine unless i insert the google analytics code at the end of the page
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxx-x";
urchinTracker();
</script>
</body>
</html>
when i do that, the ui is still loading and showing, but then the browsers (both IE and FF) keep on loading. finally an error message shows up that the connection was reset.
problem is: i cant put the analytics code into another position cause i do it via isapi filter cause i m analysing the whole server (some 100.000 documents).
anyone an idea?
thx in advance
Offline