Hi Andreas,

Thanks, will try

basically if i have some zpt pages with the tiltle

<title>INTRODUCTION</title>

<title>ABOUT</title>

somehow within below the page title should be appended after 'websitename.'

<script language='JavaScript1.1' type='text/javascript'>
<n le="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><img src="http://domain/xxx/xxx/s?websitename.INTRODUCTION"
width="1" height="1" alt="">
</noscript>
</script>

<script language='JavaScript1.1' type='text/javascript'>
<noscript>
< domain/xxx/xxx/s?websitename.ABOUT">http://domain/xxx/xxx/s?websitename.ABOUT"
width="1" height="1" alt="">
</noscript>
</script>

does this make more sense? thanks again.

dean

On 24 Apr 2007, at 15:16, Andreas Jung wrote:



--On 24. Apr an Hale <dean.hale@sunderland.ac.uk> wrote:

Hi

I'm trying to implement some web tracking code within a page template,
however a little stuck.

In the code below i'd like to append the page template - e="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">between the <title> tags dynamically rather than having to manually add
to each page

<script language='JavaScript1.1' type='text/javascript'>
<noscript>
<img src="http://domain/xxx/xxx/s?websitename.PAGETITLE"
width="1" height="1" alt="">
</noscript>
</script>


Please rephrase your posting. It's not easy to understand what your real
problem is (using TALES within the <script> tag?).

-aj