6 Nov
2000
6 Nov
'00
9:42 p.m.
Hi, Brown Fox wrote:
Hello, i want to view a dtml-document, calling it as a variable. For example:
<dtml-var standard_html_header> <h2><dtml-var title_or_id></h2> <p> <dtml-var testfile>
try <dtml-var "_[testfile]">
<P> <dtml-var standard_html_footer>
where this file is called with this string: <a href="test3?testfile=Running">test3</A>
The result i now get is the id, not the content of the file!
Thanks, Bruno
... Holger