8 May
2000
8 May
'00
6:31 p.m.
"Christopher J. Kucera" wrote:
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>
Oops, needs to be quotes around DocName; sorry. And you could do the much-simpler <dtml-var "DocName.title">, too. (Gotta remember to THINK before posting. *DOH!*) -CJ