1 Sep
2004
1 Sep
'04
9:05 p.m.
Laura McCord
if I have this:
<a href="" tal:define="test python:here.select(1)"> PCName </a>
how can I use the variable 'test' after </a>?
If it is not possible, is there another way of doing this based on a link that will give me the same functionality?
Define it in an element that is an ancestor of the <a>. Cheers, Tom P