On Tue, Mar 25, 2008 at 5:01 PM, Gerald Weir <[EMAIL PROTECTED]> wrote:

> Jerry, I appreciate your point and it is a good one.  I'm just the
> programmer however, it's their call I'm afraid.
>
> Yes, your question is correct, this is the javascript report the page view
> so in the end it must go on all.
>
> Thanks, Gerald
>

There is no better way to do this if you are storing header information
directly in each template. This is why people don't do that anymore ;-)

You could download all 50 templates put them in a special folder for a
minute... Open one in your favorite editor

FIND <body>

REPLACE WITH

<body>
<cfoutput>
<script language="javascript1.1"
    src="/#PageDirectory#"
    type="text/javascript">
         xxCreatePageViewTag("#PageCategory#
","#ProductCategory#","#PageNumber#");
  </script>
</cfoutput>

Or replace with your include if you want to do that route.

Then upload the templates.

Casey


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302050
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to