you see the code generated by the statement, this example: [[!-- Script used to track and log page hits. --]] [[script src="http://www.google-analytics.com/urchin.js" type="text/javascript"]] [[/script]] [[script type="text/javascript"]] _uacct = "UA-354599-1"; urchinTracker(); [[/script]]
1 comment:
[[?php include("http://someserver.edu/PageTracker-sub.php"); ?]]
you see the code generated by the statement, this example:
[[!-- Script used to track and log page hits. --]]
[[script src="http://www.google-analytics.com/urchin.js" type="text/javascript"]]
[[/script]]
[[script type="text/javascript"]]
_uacct = "UA-354599-1";
urchinTracker();
[[/script]]
Post a Comment