Re: [htmltmpl] calling javascript from the template

2007-04-25 Thread Sven Neuhaus
Robert Franks wrote: > It seems the page does not invoke the call to 'urchin.js' as am getting > javascript error: > 'urchintracker() not defined' I checked: The function name is "urchinTracker", JavaScript is case sensitive. -Sven ---

[htmltmpl] calling javascript from the template

2007-04-25 Thread Robert Franks
Using HTML::Template Have placed the Google Analytics code: http://www.google-analytics.com/urchin.js"; type="text/javascript"> _uacct = "UA-xx-1"; urchintracker(); at the end of my template page just before closing body tag.. It seems the page does not invoke the call to 'urchin.js'