I'm getting a javascript error that says "Urchintracker is undefined"
I'm clueless as to how/why I'm getting this error. I can browse to the
Javascript file just fine in the browser. What's going on? Anyone?
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-332214-4";
urchinTracker();
</script>
The above call is placed right after the body tag since I'm trying to
track external links with this:
onClick="javascript:urchinTracker ('/downloads/curriculumplanning'); "
Any help would be appreciated.
Thanks in advance.