10 Sep
2001
10 Sep
'01
3:29 p.m.
I have a DTMLDoc that calls a SQL Method to display the profile for a user. I want to be able to dynamically change the document's title (before calling standard_html_header and the document itself, both of which contains calls to title_or_id) so that the title shows "Profile for user <<username from profile>>". I've tried using dtml-let, REQUEST.set (using dtml-call), as well as <dtml-var standard_html_header title='blah blahb lah'>... all of which didn't work. Any advice?