[Zope] returning a dtml variable to a page template
Laura McCord
Laura.McCord at doucet-austin.com
Thu Sep 23 10:00:51 EDT 2004
<dtml-var standard_html_header>
<dtml-let msg="resetpassword(myacct='testacct6', mypasswd='findme1.')">
<dtml-var msg>
</dtml-let><br>
<dtml-let msg2="testpassword(myacct='testacct6', mypasswd='findme1.')">
<dtml-var msg2>
</dtml-let>
<dtml-var standard_html_footer>
Is there a way to send the variable msg and msg2 to a zope page template
instead of displaying the results from dtml?
Thanks.
More information about the Zope
mailing list