I know this is probably really easy but I can't find it anywhere in the docs. I have a dtml document that needs to have a different title every time (based on a database call). How can I set the title attribute from dtml? thanks much -Kevin __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
Kevin L wrote:
I know this is probably really easy but I can't find it anywhere in the docs.
I have a dtml document that needs to have a different title every time (based on a database call). How can I set the title attribute from dtml?
thanks much
-Kevin
<dtml-call expr="dtml_doc.manage_changeProperties(title='new title')"> hth, -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
participants (2)
-
Casey Duncan -
Kevin L