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> <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 ______________________________________________________________________ Do You Yahoo!? Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
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
participants (2)
-
Brown Fox -
Holger Hoffmann