[htmltmpl] calling javascript from the template
not invoke the call to 'urchin.js' as am getting javascript error: 'urchintracker() not defined' Is this because the cgi script is loading the page and is therefore having trouble invoking the javascript? -- Robert Franks --
[htmltmpl] naming keys in the
MAIL PROTECTED]; So that in the html page I can use: I know I can use in the loop, but to output "val89" that relies on me knowing that key89 exists, and its name.. How can I just loop through the hash printing out the keys and values, without knowing the keys? -- Robe