25 Sep
1999
25 Sep
'99
1:44 p.m.
which works fine, ie it renders HTML, if I do something like .../minicascade?tag_id=13228 but if I try this within a DTML Method (I get the same error if I use a DTML Document);
<dtml-var "minicascade(tag_id=13228)">
Try:
<dtml-var "minicascade(13228)">
or maybe:
<dtml-var "minicascade(this(), 13228)">
but I think the first one is right.
-Michel
Sorry for the late reply, Michel, but thanks - the first one does the trick nicely. Tone ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2