8 May
2000
8 May
'00
6:23 p.m.
On Mon, 8 May 2000, [iso-8859-1] Peter Bengtsson wrote:
Zoping!
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.
Try: <a href="nextdoc_html"><dtml-var expr="nextdoc_html.title"></a> or: <dtml-with nextdoc_html> <a href="nextdoc_html"><dtml-var title></a> </dtml-with> --Jeff --- Jeff K. Hoffman 704.849.0731 x108 Chief Technology Officer mailto:jeff.hoffman@goingv.com Going Virtual, L.L.C. http://www.goingv.com/