Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript placement

Status
Not open for further replies.

jasonRecliner

Programmer
Oct 20, 2006
1
AU
Hi everyone -

Got given a script that is allowing tracking of my site through urchin stats...
the script is
<script src="/__utm.js" type="text/javascript"></script>

I am lost on where to place this within my html code??
Between the body tags?? or will anywhere between the head tags suffice??

Thanks in advance.
 
You'll typically want to put the script in the head section. As I understand Urchin (and Google Analytics), you'll then place a call to it in the body of each of your pages. See Google Analytics


Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top