Yeah, that would work! Thanks, BenO At 03:26 PM 12/31/01 -0500, you wrote:
What about _.string.join() ?
From: Ben Ocean <zope@thewebsons.com> Date: Mon, 31 Dec 2001 12:16:58 -0800 To: marc lindahl <marc@bowery.com> Subject: Re: [Zope] MailHost Questions
Sorry, tried that and no go. Thanks! BenO
At 02:56 PM 12/31/01 -0500, you wrote:
From: Ben Ocean <zope@thewebsons.com> this elaborate, inelegant solution that works for me:
<dtml-elif this_seminar> <dtml-call "REQUEST.set('group',group+'_frame')"> <dtml-if expr="size=='1024'"> <dtml-call
"REQUEST.RESPONSE.redirect('http://constructioncalc.com/1024/eng/Seminars/nu m>> /
'+group)"> <dtml-else> <dtml-call
"REQUEST.RESPONSE.redirect('http://constructioncalc.com/800/eng/Seminars/num />> '
+group)"> </dtml-if> </dtml-if>
how about just
<dtml-call
"REQUEST.RESPONSE.redirect('http://constructioncalc.com/'+var+'/eng/Seminars
/num/'+group+'_frame')">
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )