8 May
2000
8 May
'00
6:22 p.m.
How do I "get" the Title of a DTML document from another DTML document.
What I want is: <a href="nextdoc_html"><dtml-var "title.of.nextdoc_html"></a> ...or something.
<dtml-with DocName> <a href="&dtml-id;">&dtml-title;</a> </dtml-with> That should do the trick! -CJ