23 Sep
2004
23 Sep
'04
2 p.m.
<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.