Thanks very much for all of your help.
On 24 Apr 2007, at 16:20, Andreas Jung wrote:
I don't see above him putting a <title> tag within the <script> tag. He
wants to put the *value* of the <title> tag inside the <script> tag. It
seems some form of a string: expression would do it, assuming the title
is not literally in the zpt but rather expanded from a variable.
<script language='JavaScript1.1' type='text/javascript'>
<noscript>
<img tal:attributes="src
height="1" alt="" />
</noscript>
</script>
As far as I can recall: you can't use TALES within a SCRIPT block.
That's why you must generate your stuff outside inside a script.
-aj